Skip to content
Grok

t rush mcp for Grok

io.github.devds1989/t-rush-mcp

MCP server for t-rush. Exposes TODO/FIXME scanning and streak tracking to AI agents.

client:Grok transport:stdio runtime:npm

Install t rush mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "t-rush-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@devds1989/t-rush-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

t rush mcp in other clients