Skip to content
Claude Desktop

t rush mcp for Claude Desktop

io.github.devds1989/t-rush-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install t rush mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "t-rush-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@devds1989/t-rush-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

t rush mcp in other clients