Skip to content
Grok

Docs Ask (local docs RAG) for Grok

io.github.alyiox/mcp-docs-ask

Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.

client:Grok transport:stdio runtime:pypi

Install Docs Ask (local docs RAG) in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-docs-ask": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-docs-ask"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Docs Ask (local docs RAG) in other clients