Skip to content
Gemini CLI

t rush mcp for Gemini CLI

io.github.devds1989/t-rush-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install t rush mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

t rush mcp in other clients