Agent Bridge
Related Servers
Alternatives to Agent Bridge
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenance基于MCP协议的聊天桥接服务器,允许多个AI Agent接入同一个聊天室进行对话协作。410 npmMIT
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to communicate, coordinate, and collaborate on complex tasks through a local MCP server.10 npm8ISC
- AlicenseNot gradedqualityCmaintenanceAn MCP central server that lets multiple AI agents (e.g., Claude Code, kimi-code) exchange private messages, shared channel broadcasts, and unified message streams via MCP tools, with SQLite persistence and per-connection identity binding.31 npmMIT
- AlicenseNot gradedqualityDmaintenanceA local MCP server that connects AI coding agents (Claude Code, Codex, Cursor, etc.) on the same machine via a shared message bus, enabling them to chat, delegate tasks, and collaborate privately without cloud or internet.44 npm17MIT

MCP Rubber Duckofficial
AlicenseAqualityBmaintenanceAn MCP server that bridges multiple LLMs (OpenAI-compatible APIs and CLI coding agents) for collaborative debugging and diverse AI perspectives.12298 npm6MIT- AlicenseNot gradedqualityAmaintenanceMCP server enabling real-time communication, task delegation, and acknowledgment among multiple AI agents through a single local endpoint.393 npm4MIT
TDQS
Scored across 14 tools
Most tools have clear, distinct purposes. The main overlap is between agent_send (which supports reply_to metadata) and agent_reply, both of which can send quoted messages; agent_reply additionally acknowledges the original. Other potentially similar tools (wait, notifications, history) are well-differentiated by their delivery modes.
All tools share the consistent 'agent_' prefix, but the suffix pattern is mixed. Some use verb_noun (agent_update_profile, agent_create_room), some are bare verbs (agent_register, agent_send, agent_wait), while others are nouns (agent_following, agent_heartbeat, agent_history). This makes the naming less predictable than a purely verb_noun convention.
14 tools fit well within the ideal 3-15 range for a focused domain. Each tool covers a distinct aspect of identity, presence, rooms, messaging, notifications, or social graph, without unnecessary redundancy. The count feels scoped and manageable for an agent to navigate.
The set covers core messaging, presence, and room creation, but has notable lifecycle gaps. There is no way to leave or delete a room, no tool to list joined rooms, and no way to join an existing room after the initial registration. Message editing or deletion is also missing, which could cause dead ends in workflows.