Curated list of coding agents and MCP tools for maintenance, debugging, and development workflows, helping developers understand, debug, and maintain vibe-coded projects and large codebases.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"coding-agent-mcp-too": {
"command": "npx",
"args": [
"-y",
"hi0001234d/coding-agent-mcp-tools"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add coding-agent-mcp-too npx -y hi0001234d/coding-agent-mcp-tools
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"coding-agent-mcp-too": {
"command": "npx",
"args": [
"-y",
"hi0001234d/coding-agent-mcp-tools"
]
}
}
}
📋 Copy