Skip to content
VS Code

t rush mcp for VS Code

io.github.devds1989/t-rush-mcp

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

client:VS Code transport:stdio runtime:npm

Install t rush mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

t rush mcp in other clients