Connect your docs via MCP

Model Context Protocol integration for intelligent documentation retrieval. One protocol, works everywhere.

Learn about MCP
Configuration
{
  "mcpServers": {
    "graphito": {
      "url": "https://graphito.net/api/mcp",
      "headers": {
        "x-api-key": "gto_..."
      }
    }
  }
}

What is MCP?

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.

One protocol

Works everywhere. No custom integrations per tool needed.

Standardized

Secure, standardized, and open source. Future-proof your integrations.

Simple setup

Just your API key. No installation needed. Cloud-hosted, works like any other MCP server.

Why MCP Matters

Traditional integrations require custom APIs for each tool. MCP changes that.

❌ Without MCP

Your Docs → Custom API → Tool A

Your Docs → Different API → Tool B

Your Docs → Another API → Tool C

  • 3 tools = 3 integrations
  • Each needs maintenance
  • Each breaks differently

✅ With MCP

Your Docs → Graphito

MCP Server

Claude, Cursor, + more

  • 1 integration
  • Works everywhere
  • Future-proof

Setup in 2 steps

Get your docs connected to Claude, Cursor, and more in minutes.

1

Get your API Key

Sign in to graphito.net → Settings → API Keys

Copy your key: gto_xxxxxxxxxxxx

2

Add to your IDE config

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.

Available Commands

graphito_resolve

Resolves relevant nodes for a query

graphito_health

Shows health score of the graph

graphito_validate

Validates graph integrity

graphito_visualize

Generates graph visualization

graphito_get_module_source

Gets source files for a code module

graphito_save_docs

Saves generated docs for a module

graphito_ingest

Distributes content across the graph

graphito_run_tagger

Refreshes tags and summaries

graphito_detect_deps

Detects dependency edges

graphito_validate_doc

Validates docs against code

graphito_update

Updates node content

graphito_alerts

Lists project alerts

Features

Everything you need to keep your docs in sync and accessible.

Real-Time Sync

Docs update in GitHub → Instant sync to all connected tools. Webhook-driven, fully automatic.

Smart Context Selection

MCP tools call Graphito → Get optimal nodes for the query. Dependency resolution included automatically.

Team Sync

All team members see the same documentation graph. Changes propagate instantly via cloud sync.

Health Monitoring

Health score exposed via MCP. Tools can check doc freshness before using.

FAQ

Do I need to configure anything special?

Just your API key. Add the cloud URL to your IDE config and you're ready. No packages to install.

Does it work with my custom LLM setup?

If your setup supports MCP protocol, yes!

How does real-time sync work?

GitHub webhooks detect changes and sync your docs automatically. All connected tools get the latest version.

Can I self-host the MCP server?

Yes! The MCP server is open source.

Ready to connect your docs?

30 days free, then 5€/month per seat

View Documentation →