Search the docsfrom your agent.
The docs served over MCP, so your agent can search them without you leaving the editor. Separate from the graph server the CLI runs over your own repository.
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:
https://graphify.com/api/mcpClaude Code
$ claude mcp add --transport http graphify-docs https://graphify.com/api/mcpCursor
Add to ~/.cursor/mcp.json (or a project's .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.