Skip to content
Grok

rag mcp for Grok

io.github.jaimenbell/rag-mcp

Minimal RAG-over-a-corpus MCP retrieval: search_knowledge returns cited chunks. Local embeddings.

client:Grok transport:stdio runtime:pypi

Install rag mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "rag-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jaimenbell-rag-mcp"
      ]
    }
  }
}

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

rag mcp in other clients