mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-09-10 09:41:03 +00:00
Merge pull request #13787 from bshea-1/routed-mcp-agent
Add bshea-1/Routed to Coding Agents
This commit is contained in:
@@ -717,6 +717,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge
|
|||||||
- [claimidx/claimidx](https://github.com/claimidx/claimidx) [](https://glama.ai/mcp/servers/claimidx/claimidx) 🐍 🏠 🍎 🪟 🐧 - Prior art for coding agents: a signed claim index of failures other agents have already paid to solve. Ask before you retry. Ingest after you learn. pip install "git+https://github.com/claimidx/claimidx.git#egg=claimidx" then claimidx-mcp.
|
- [claimidx/claimidx](https://github.com/claimidx/claimidx) [](https://glama.ai/mcp/servers/claimidx/claimidx) 🐍 🏠 🍎 🪟 🐧 - Prior art for coding agents: a signed claim index of failures other agents have already paid to solve. Ask before you retry. Ingest after you learn. pip install "git+https://github.com/claimidx/claimidx.git#egg=claimidx" then claimidx-mcp.
|
||||||
- [spyrae/claude-concilium](https://github.com/spyrae/claude-concilium) 📇 🏠 🍎 🪟 🐧 - Multi-agent AI consultation framework for Claude Code. Three MCP servers wrapping CLI tools (Codex, Gemini, Qwen) for parallel code review and problem-solving with fallback chains and error detection. Includes ready-to-use Claude Code skill.
|
- [spyrae/claude-concilium](https://github.com/spyrae/claude-concilium) 📇 🏠 🍎 🪟 🐧 - Multi-agent AI consultation framework for Claude Code. Three MCP servers wrapping CLI tools (Codex, Gemini, Qwen) for parallel code review and problem-solving with fallback chains and error detection. Includes ready-to-use Claude Code skill.
|
||||||
- [blakerouse/ssh-mcp](https://github.com/blakerouse/ssh-mcp) 🏎️ 🏠 🍎 🪟 🐧 - MCP server exposing SSH control for Linux and Windows servers. Allows long running commands and the ability to perform commands on multiple hosts at the same time.
|
- [blakerouse/ssh-mcp](https://github.com/blakerouse/ssh-mcp) 🏎️ 🏠 🍎 🪟 🐧 - MCP server exposing SSH control for Linux and Windows servers. Allows long running commands and the ability to perform commands on multiple hosts at the same time.
|
||||||
|
- [bshea-1/Routed](https://github.com/bshea-1/Routed) [](https://glama.ai/mcp/servers/bshea-1/Routed) 📇 🏠 🍎 🪟 🐧 - Universal local router for Agent Skills across Cursor, Claude Code, Antigravity, and MCP clients with zero-token sub-20ms hybrid matching on local CPU.
|
||||||
- [sipyourdrink-ltd/bernstein](https://github.com/sipyourdrink-ltd/bernstein) [](https://glama.ai/mcp/servers/chernistry/bernstein) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Deterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0.
|
- [sipyourdrink-ltd/bernstein](https://github.com/sipyourdrink-ltd/bernstein) [](https://glama.ai/mcp/servers/chernistry/bernstein) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Deterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0.
|
||||||
- [andreilungeanu/cursor-delegate-mcp](https://github.com/andreilungeanu/cursor-delegate-mcp) [](https://glama.ai/mcp/servers/andreilungeanu/cursor-delegate-mcp) 📇 🏠 🍎 🪟 🐧 - Delegate multi-file implementation from Claude Code, Codex, or Copilot CLI to Cursor's CLI agent (Composer 2.5) over ACP. Returns a typed result — final message, agent-reported changed files, session id, and plan — instead of scraped terminal output. Plan mode drafts first, then resumes the same session to implement; clarifying questions come back as normal results rather than stalling. Ships plugin manifests for Claude Code, Codex, and Copilot. MIT.
|
- [andreilungeanu/cursor-delegate-mcp](https://github.com/andreilungeanu/cursor-delegate-mcp) [](https://glama.ai/mcp/servers/andreilungeanu/cursor-delegate-mcp) 📇 🏠 🍎 🪟 🐧 - Delegate multi-file implementation from Claude Code, Codex, or Copilot CLI to Cursor's CLI agent (Composer 2.5) over ACP. Returns a typed result — final message, agent-reported changed files, session id, and plan — instead of scraped terminal output. Plan mode drafts first, then resumes the same session to implement; clarifying questions come back as normal results rather than stalling. Ships plugin manifests for Claude Code, Codex, and Copilot. MIT.
|
||||||
- [danieldoderlein/llm-bus](https://github.com/danieldoderlein/llm-bus) [](https://glama.ai/mcp/servers/danieldoderlein/llm-bus) 📇 ☁️ 🏠 - Multi-agent coordination bus over MCP: atomic gap-free claims, advisory file leases, a shared event ledger, presence, prose handoffs, and a task graph, so multiple coding agents (Claude Code, Cursor, Codex) stop colliding and re-deriving each other's work. Remote Streamable HTTP; self-hostable (AGPL-3.0) or hosted at llm-bus.com.
|
- [danieldoderlein/llm-bus](https://github.com/danieldoderlein/llm-bus) [](https://glama.ai/mcp/servers/danieldoderlein/llm-bus) 📇 ☁️ 🏠 - Multi-agent coordination bus over MCP: atomic gap-free claims, advisory file leases, a shared event ledger, presence, prose handoffs, and a task graph, so multiple coding agents (Claude Code, Cursor, Codex) stop colliding and re-deriving each other's work. Remote Streamable HTTP; self-hostable (AGPL-3.0) or hosted at llm-bus.com.
|
||||||
|
|||||||
Reference in New Issue
Block a user