Skip to content
KajayDocs
IntegrationSDK neutraladvanced

Use Kajay docs over MCP

Connect coding agents to Kajay guides and generated reference facts through a read-only MCP server.

Connect an MCP client

The Model Context Protocol (MCP) lets compatible agents discover external context and tools. Point a client that supports Streamable HTTP at https://kajay.io/mcp. The exact configuration shape belongs to the client; this example shows the common fields.

Illustrative MCP client configuration
{
  "mcpServers": {
    "kajay-docs": {
      "type": "http",
      "url": "https://kajay.io/mcp"
    }
  }
}

Discover documentation

  • Read kajay://docs/index for the documentation catalog and browser links.
  • Read kajay://docs/reference-manifest for generated definition, diagnostic, expression, and API reference facts.
  • Call search_kajay_docs with a plain-language query to find authored guides and reference entries.

Follow search results

Every result includes a kind, title, description, and canonical documentation URL. Generated reference facts are available directly through MCP. Authored guides remain browser-first, so their search results lead to the corresponding page on kajay.io.

Know the read-only boundary