Connect your docs via MCP

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

Learn about MCP
Configuration
{
  "mcpServers": {
    "graphito": {
      "command": "npx",
      "args": ["@graphito/mcp-server"],
      "env": {
        "GRAPHITO_API_KEY": "gto_...",
        "GRAPHITO_PROJECT": "owner/repo"
      }
    }
  }
}

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 and project identifier. 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 3 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

Install the MCP Server

npm install -g @graphito/mcp-server
3

Configure your tool

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "graphito": {
      "command": "npx",
      "args": ["@graphito/mcp-server"],
      "env": {
        "GRAPHITO_API_KEY": "gto_...",
        "GRAPHITO_PROJECT": "owner/repo"
      }
    }
  }
}

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_import

Imports documentation

graphito_split

Splits document into nodes

graphito_update

Updates node metadata

graphito_sync

Syncs with cloud

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. Server-Sent Events (SSE) for live updates.

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 and project identifier. Standard MCP configuration that works like any other MCP server.

Does it work with my custom LLM setup?

If your setup supports MCP protocol, yes!

How does real-time sync work?

SSE (Server-Sent Events) push updates instantly when documentation changes.

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 →