> ## Documentation Index
> Fetch the complete documentation index at: https://docs.graphify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search the docs from your agent

> Connect to the documentation MCP, separately from your repository graph.

The documentation MCP answers questions about **using Graphify**. The [graph MCP server](/mcp/overview) answers questions about **your repository**.

## Website documentation endpoint

The existing Graphify website exposes a public, Streamable HTTP MCP endpoint:

```text theme={null}
https://graphify.com/api/mcp
```

It provides `search_graphify_docs`, a search tool over the website’s documentation, concepts, integrations, and related content. It does not read your local repository.

```bash theme={null}
claude mcp add --transport http graphify-docs https://graphify.com/api/mcp
```

For a JSON-based client:

```json theme={null}
{
  "mcpServers": {
    "graphify-docs": {
      "url": "https://graphify.com/api/mcp"
    }
  }
}
```

## Mintlify documentation

This site also provides Mintlify’s documentation features, including Markdown exports and an LLM index at `/llms.txt`. Use the page’s contextual menu to copy a page or connect a supported client. The existing website endpoint and this Mintlify site have separate content indexes.

## Example questions

* How do I install the Graphify skill in Cursor?
* How do I run a code-only extraction?
* What is the difference between query, path, and explain?

<div aria-hidden="true" data-graphify-site-styles="true" className="hidden [body:has(&)_.chat-assistant-floating-input::before]:!bg-transparent [body:has(&)_#content-container>span[style*=features-bg]]:!bg-cover [body:has(&)_#content-container>span[style*=features-bg]]:!bg-bottom [body:has(&)_#footer_a[href*='linkedin.com']_svg]:!bg-[#0a66c2] [body:has(&)_#footer_a[href*='discord.gg']_svg]:!bg-[#5865f2] [body:has(&)_#footer_a[href*='github.com']_svg]:!bg-[#181717] [body:has(&)_#footer_a[href*='x.com']_svg]:!bg-[#000000]" />

<div role="navigation" aria-label="Documentation pages" className="not-prose mt-12 grid gap-4 sm:grid-cols-2">
  <a href="/mcp/shared-http" rel="prev" aria-label="Previous: Serve a graph over HTTP" className="group flex min-h-[112px] flex-col justify-center gap-3 rounded-xl border border-[#c7dbd0] !border-b-[#c7dbd0] bg-[#ffffff] px-6 py-5 text-[#062314] no-underline transition-colors hover:border-[#94b6a2] hover:!border-b-[#94b6a2] hover:bg-[#edf6f0] focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-[#4dea9c] items-start text-left"><span className="flex items-center gap-2 text-[11px] font-medium uppercase tracking-[0.08em] text-[#586b60]"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.8" aria-hidden="true"><path d="M15 5l-7 7 7 7" /></svg>Previous</span><span className="text-[15px] font-semibold leading-6">Serve a graph over HTTP</span></a>
</div>
