Model Context Protocol integration for intelligent documentation retrieval. One protocol, works everywhere.
{
"mcpServers": {
"graphito": {
"command": "npx",
"args": ["@graphito/mcp-server"],
"env": {
"GRAPHITO_API_KEY": "gto_...",
"GRAPHITO_PROJECT": "owner/repo"
}
}
}
}Model Context Protocol (MCP) is an open standard created by Anthropic for connecting AI tools to external data sources. Think of it as USB-C for AI.
Works everywhere. No custom integrations per tool needed.
Secure, standardized, and open source. Future-proof your integrations.
Just your API key and project identifier. Works like any other MCP server.
Traditional integrations require custom APIs for each tool. MCP changes that.
Your Docs → Custom API → Tool A
Your Docs → Different API → Tool B
Your Docs → Another API → Tool C
Your Docs → Graphito
↓
MCP Server
↓
Claude, Cursor, + more
Get your docs connected to Claude, Cursor, and more in minutes.
Sign in to graphito.net → Settings → API Keys
Copy your key: gto_xxxxxxxxxxxx
npm install -g @graphito/mcp-serverAdd to claude_desktop_config.json:
{
"mcpServers": {
"graphito": {
"command": "npx",
"args": ["@graphito/mcp-server"],
"env": {
"GRAPHITO_API_KEY": "gto_...",
"GRAPHITO_PROJECT": "owner/repo"
}
}
}
}Resolves relevant nodes for a query
Shows health score of the graph
Validates graph integrity
Generates graph visualization
Imports documentation
Splits document into nodes
Updates node metadata
Syncs with cloud
Everything you need to keep your docs in sync and accessible.
Docs update in GitHub → Instant sync to all connected tools. Server-Sent Events (SSE) for live updates.
MCP tools call Graphito → Get optimal nodes for the query. Dependency resolution included automatically.
All team members see the same documentation graph. Changes propagate instantly via cloud sync.
Health score exposed via MCP. Tools can check doc freshness before using.
Just your API key and project identifier. Standard MCP configuration that works like any other MCP server.
If your setup supports MCP protocol, yes!
SSE (Server-Sent Events) push updates instantly when documentation changes.
Yes! The MCP server is open source.