Skip to content
Docs · MCP

Search the docs from your agent.

Hosted MCP server · streamable HTTP

Graphify is built for AI coding assistants, so the docs are available as a Model Context Protocol server too. Point your agent at it and it can search Graphify's docs (quickstart, concepts, per-language and per-assistant guides, glossary, comparisons, and blog) without you leaving the editor. This is separate from the graph MCP server the CLI runs over your own repo; see the MCP tools reference for that one.

Endpoint

Streamable-HTTP MCP, one tool, search_graphify_docs:

MCP endpoint
https://graphify.com/api/mcp

Claude Code

terminal
$ claude mcp add --transport http graphify-docs https://graphify.com/api/mcp

Cursor

Add to ~/.cursor/mcp.json (or a project's .cursor/mcp.json):

.cursor/mcp.json
{  "mcpServers": {    "graphify-docs": {      "url": "https://graphify.com/api/mcp"    }  }}

Any MCP client

Use transport http(streamable HTTP) with the URL above: no API key, nothing to install. Then ask your agent things like "how do I give Cursor a code knowledge graph with Graphify?" and it'll search these docs directly. New to Graphify? The quickstart gets you from install to a queryable graph in about five minutes.