t-rush-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@t-rush-mcpfind and rank the TODO comments in my project by age and severity"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
t-rush-mcp
Speedrun your technical debt, now powered by AI.
An MCP (Model Context Protocol) server that exposes the power of t-rush directly to AI coding assistants like Antigravity, Claude, and others. Let your AI agents find, prioritize, and fix TODO · FIXME · BUG comments across your codebase.
Why t-rush-mcp?
AI coding agents are great at fixing bugs, but they often struggle to know what to work on when left unattended. t-rush-mcp bridges this gap by exposing your codebase's technical debt directly to the AI through standard MCP tools.
Agents can now query your project for open TODOs, filter them by keyword, prioritize the oldest debt, and even increment your personal t-rush completion streak when they successfully resolve them.
💻 Want to fix TODOs manually?
Try the t-rush CLI to speedrun your own TODOs! Pick a bug, start a timer, fix the code, and build a massive completion streak yourself.
Related MCP server: promptpack
Features
find_todos: Feeds the agent all open TODO/FIXME comments so it can rank them by age and severity natively.search_todos: Allows the agent to fuzzy-search existing comments to find specific tasks.resolve_todo: Verifies the comment has been removed from the file and automatically increments the t-rush streak.scan_todos_raw: Returns an unranked, raw list of all tech debt in a repository.get_streak_status: Exposes the user's current streak and stats to the agent.aggregate_debt: Summarizes the total debt across multiple local repositories.
Install & Configuration
1. Via npm (Global Install)
You can install the MCP server globally on your machine using npm:
npm install -g @devds1989/t-rush-mcp2. Manual Configuration
To add this server manually to your client's configuration file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"t-rush": {
"command": "npx",
"args": ["-y", "@devds1989/t-rush-mcp"],
"eager": true
}
}
}Or test it directly via npx:
npx -y @devds1989/t-rush-mcp3. Claude Code
To add this server directly to Anthropic's Claude Code CLI:
claude mcp add t-rush -- npx -y @devds1989/t-rush-mcpRequirements: Node.js 18+
How it works
t-rush-mcp uses the shared @devds1989/trush-core logic to scan your codebase using the exact same parsers as the t-rush CLI. All streak updates and history modifications made by the AI agent are instantly synchronized with your local ~/.t-rush/data.json database.
When an AI agent resolves a TODO, it increments your streak—teamwork!
Supported languages
t-rush detects TODO and FIXME in all common comment styles:
Style | Languages |
| JavaScript, TypeScript, Go, Rust, C, C++, Java, Kotlin, Swift, Dart |
| Python, Ruby, Shell, YAML, R, Perl, Elixir, Crystal |
| SQL, Lua, Haskell, Ada |
| Erlang, LaTeX |
| Lisp, Clojure, Assembly |
| Inside |
Contributing
Contributions are welcome. Please open an issue before submitting a large PR.
git clone https://github.com/DevDs1989/trush-mcp
cd trush-mcp
npm install
npm run buildLicense
MIT © Dev
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Flicense-qualityBmaintenanceEnables AI agents to scan code for TODO, FIXME, XXX issues via MCP, providing prioritized findings in table, JSON, or SARIF format.Last updated- Flicense-qualityBmaintenanceEnables AI agents to scan codebases for prioritized findings (TODO, FIXME, XXX) and retrieve results in table, JSON, or SARIF format via MCP.Last updated
- Flicense-qualityBmaintenanceEnables AI agents to scan codebases for TODO/FIXME/XXX patterns and get prioritized results over MCP, supporting CI gates and multiple output formats.Last updated
- Alicense-qualityCmaintenanceScans codebases for TODO comments and exposes them as structured data to LLMs, enabling AI assistants to inspect, prioritize, and propose fixes.Last updated7ISC
Related MCP Connectors
Voice-powered bug reporting with 13 MCP tools. Record bugs by talking; let AI find and fix them.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevDs1989/trush-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server