triton-docs-mcp

stivio00/triton-docs-mcp
★ 0 stars Python 🧠 Memory/Knowledge Updated 1d ago
MCP server for NVIDIA Triton Inference Server documentation
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "triton-docs-mcp": {
      "command": "uvx",
      "args": [
        "triton-docs-mcp"
      ]
    }
  }
}

Or install with pip: pip install triton-docs-mcp