Model Context Protocol (MCP)
Use ExoGraph from Claude Desktop, Cursor, and other AI tools
The Model Context Protocol (MCP) is an open standard that allows AI assistants like Claude Desktop and Cursor to interact with external services. ExoGraph provides a hosted MCP server so you can search your knowledge graphs, start research sessions, and explore relationships directly from your AI assistant.
Why Use MCP?
- 🤖 Native AI Integration: Use ExoGraph directly in Claude Desktop, Cursor, or any MCP-compatible client
- 🚀 Zero Code: No API integration needed, just configure once
- 💬 Natural Language: Ask questions naturally, the AI handles the API calls
- 🔄 Real-time: Instant access to your knowledge graphs
Quick Start
1. Get Your API Key
Get your API key from Settings →
2. Configure Claude Desktop
Add to claude_desktop_config.json:
json
{
"mcpServers": {
"exograph": {
"url": "https://exograph.ai/api/mcp",
"headers": {
"Authorization": "Bearer exo_key_live_YOUR_KEY_HERE"
}
}
}
}3. Restart & Use
Restart Claude Desktop and ask:
"Search my ExoGraph for quantum computing"
What Can You Do?
| Feature | Example |
|---|---|
| Search Graphs | "Search my ExoGraph for machine learning papers" |
| Explore Relationships | "How does X relate to Y in my knowledge graph?" |
| List Graphs | "Show me all my ExoGraph knowledge graphs" |
| Start Research | "Start ExoGraph research on neural architectures" |
| Check Status | "What's the status of my research session?" |
Architecture
ExoGraph MCP is a hosted HTTP endpoint at:
https://exograph.ai/api/mcp- Uses JSON-RPC 2.0 protocol
- Same authentication as REST API
- Same rate limits and pricing
- Production-grade availability
Supported Clients
- ✅ Claude Desktop (Anthropic)
- ✅ Cursor AI (code editor)
- ✅ Any MCP-compatible client
Next Steps
- Quick Setup Guide - 30 seconds to configure
- Available Tools - What you can do
- Usage Examples - Real-world workflows
- Troubleshooting - Common issues
Questions? Contact support@exograph.ai