t rush mcp for Windsurf
io.github.devds1989/t-rush-mcp
MCP server for t-rush. Exposes TODO/FIXME scanning and streak tracking to AI agents.
client:Windsurf
transport:stdio
runtime:npm
Install t rush mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"t-rush-mcp": {
"command": "npx",
"args": [
"-y",
"@devds1989/t-rush-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs