MCP Integration

Your AI gets the full picture.

Through MCP, your agent scopes tasks, recalls past decisions, checks impact, and reviews code quality — all before writing a single line.

graphito_scope_task
$

What is MCP?

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.

One protocol, every tool

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.

How Graphito uses it

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.

Cloud-hosted, zero setup

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

Claude Code
Cursor
Windsurf
Any MCP client
MCP

Graphito provides

Knowledge graph
Agent memory
Task management
Code review

Setup in two steps.

Get your API key from the dashboard, paste one JSON snippet into your IDE config. Done.

1Get your API key

Sign in to Graphito, go to SettingsAPI Keys, and copy your key.

2Add to your IDE config

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_..."
    }
  }
}

64+ tools. One protocol.

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

Frequently asked questions

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.

Ready to connect?

15-day free trial. No credit card required.