Odel
CUDA-Q Docs

CUDA-Q Docs

Local
@rogerawong1PythonApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcudaq-docs-mcpv0.1.1

Run

uvx cudaq-docs-mcp

MCP client config

{
  "mcpServers": {
    "cuda-q-docs": {
      "command": "uvx",
      "args": [
        "cudaq-docs-mcp"
      ]
    }
  }
}