Skip to content
Grok

MCP Request-tracker for Grok

io.github.crunchtools/request-tracker

Secure MCP server for Request Tracker (RT) ticket management

client:Grok transport:stdio runtime:pypi

Install MCP Request-tracker in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "request-tracker": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-request-tracker-crunchtools"
      ]
    }
  }
}

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

MCP Request-tracker in other clients