Skip to content
Zed

t rush mcp for Zed

io.github.devds1989/t-rush-mcp

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

client:Zed transport:stdio runtime:npm

Install t rush mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

t rush mcp in other clients