Model Context Protocol integration for intelligent documentation retrieval. One protocol, works everywhere.
{
"mcpServers": {
"graphito": {
"url": "https://graphito.net/api/mcp",
"headers": {
"x-api-key": "gto_..."
}
}
}
}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. No installation needed. Cloud-hosted, 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
Add to ~/.claude.json inside mcpServers:
{
"graphito": {
"type": "http",
"url": "https://graphito.net/api/mcp",
"headers": {
"x-api-key": "gto_..."
}
}
}No installation needed. Cloud-hosted, zero dependencies.
Resolves relevant nodes for a query
Shows health score of the graph
Validates graph integrity
Generates graph visualization
Gets source files for a code module
Saves generated docs for a module
Distributes content across the graph
Refreshes tags and summaries
Detects dependency edges
Validates docs against code
Updates node content
Lists project alerts
Everything you need to keep your docs in sync and accessible.
Docs update in GitHub → Instant sync to all connected tools. Webhook-driven, fully automatic.
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. Add the cloud URL to your IDE config and you're ready. No packages to install.
If your setup supports MCP protocol, yes!
GitHub webhooks detect changes and sync your docs automatically. All connected tools get the latest version.
Yes! The MCP server is open source.