Model Context Protocol is an open standard created by Anthropic. It lets AI tools connect to external data sources through a single, universal interface — like USB-C for AI.
Without MCP, every IDE needs its own custom integration. With MCP, you configure once and it works across Claude Code, Cursor, Windsurf, and any MCP-compatible client. No per-tool plugins, no maintenance burden.
Graphito exposes 64+ tools through MCP. When your agent starts a task, it calls scope_task to get affected modules, past decisions, and impact analysis. After coding, it calls review for a 6-dimension code check. All context flows through MCP — your agent never works blind.
No packages to install, no servers to run. Graphito's MCP endpoint is hosted in the cloud. Add a URL and an API key to your IDE config — your agent is connected in under a minute.
Your tools
Graphito provides
Get your API key from the dashboard, paste one JSON snippet into your IDE config. Done.
Sign in to Graphito, go to Settings → API Keys, and copy your key.
Paste the snippet into your editor's MCP configuration file. No packages to install, no servers to run.
Cloud-hosted, zero dependencies. Works with any MCP-compatible client.
Add to ~/.claude.json
{
"graphito": {
"type": "http",
"url": "https://graphito.net/api/mcp",
"headers": {
"x-api-key": "gto_..."
}
}
}From task scoping to code review, Graphito exposes a complete workflow through MCP. Here are some highlights.
graphito_scope_task
Full task briefing with affected modules and context
graphito_resolve
Resolve node dependencies, load minimal context
graphito_impact
Preview downstream consumers and stale docs
graphito_verify
Post-change verification of consumers and docs
graphito_review
6-dimension code review with severity scoring
graphito_checkpoint
Persist decisions, gotchas, and patterns
graphito_recall
Recall learnings with strength-based ranking
graphito_save_docs
Generate and save module documentation
graphito_get_module_source
Retrieve source files for a code module
graphito_health
Documentation graph health score (0-100)
graphito_run_tagger
Refresh semantic tags and summaries
graphito_detect_deps
Detect and persist dependency edges
No. Graphito runs as a cloud-hosted MCP server. Add the URL and API key to your IDE config — no packages, no dependencies.
Any MCP-compatible client: Claude Code, Cursor, Windsurf, Claude Desktop, and more. One API key works everywhere.
GitHub and GitLab webhooks detect changes and sync your knowledge graph automatically. All connected tools get the latest version.
Yes. We connect via GitHub/GitLab OAuth and process structure and metadata — not your raw source code.