mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-09-05 15:34:06 +00:00
Merge pull request #11484 from polymatx/add-dibs
Add dibs — coordination layer for parallel coding agents 🤖🤖🤖
This commit is contained in:
@@ -632,6 +632,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge
|
||||
- [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.
|
||||
- [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.
|
||||
- [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.
|
||||
- [polymatx/dibs](https://github.com/polymatx/dibs) [](https://glama.ai/mcp/servers/polymatx/dibs) 🏎️ 🏠 🍎 🪟 🐧 - Coordination layer for parallel coding agents: TTL file claims stored in the git common dir (visible across every worktree instantly), enforcement hooks that block colliding edits in Claude Code and at commit time, agent presence, handoff notes, and git-committed lessons searchable with BM25. Single static binary — no server, no database.
|
||||
- [doggybee/mcp-server-leetcode](https://github.com/doggybee/mcp-server-leetcode) 📇 ☁️ - An MCP server that enables AI models to search, retrieve, and solve LeetCode problems. Supports metadata filtering, user profiles, submissions, and contest data access.
|
||||
- [eirikb/any-cli-mcp-server](https://github.com/eirikb/any-cli-mcp-server) 📇 🏠 - Universal MCP server that transforms any CLI tool into an MCP server. Works with any CLI that has `--help` output, supports caching for performance.
|
||||
- [ejentum/ejentum-mcp](https://github.com/ejentum/ejentum-mcp) [](https://glama.ai/mcp/servers/ejentum/ejentum-mcp) 📇 🏠 - MCP server with reasoning, code, anti-deception, and memory tools for AI agents.
|
||||
|
||||
Reference in New Issue
Block a user