Skip to content
Grok

CUDA-Q Docs for Grok

io.github.rogerawong/cudaq-docs-mcp

CUDA-Q docs, API reference, and runnable examples for AI agents, pinned to your installed version.

client:Grok transport:stdio runtime:pypi

Install CUDA-Q Docs in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cudaq-docs-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cudaq-docs-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

CUDA-Q Docs in other clients