coding-agent-mcp-tools

hi0001234d/coding-agent-mcp-tools
★ 1 stars JavaScript 💻 Code/Dev Tools Updated 8d ago
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 →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "coding-agent-mcp-too": {
      "command": "npx",
      "args": [
        "-y",
        "hi0001234d/coding-agent-mcp-tools"
      ]
    }
  }
}