Agent Coordination Hub
Agent Coordination Hub
远程 MCP 服务器,用于通过 HTTP 协调多个 AI 智能体。它提供经过认证的智能体消息传递、缓存的只读 Notion 上下文,以及安全的已注册 HTTP 端点代理。
运行
npm install
Copy-Item .env.example .env
npm run seed-agent -- agent-a "Agent A"
npm run devseed 命令会打印一次性智能体代码。请将其存储在智能体操作者的密钥管理器中。将 MCP 客户端连接到 http://localhost:3000/mcp,并先调用 auth.login。
Related MCP server: Artel
配置
在 .env 中设置 DB_PATH、PORT 和 SESSION_TTL_SECONDS。Notion 是可选的:提供 NOTION_API_KEY 且同时提供 NOTION_PROJECT_PAGE_ID 或 NOTION_ROADMAP_DATABASE_ID 其中之一。将 ENDPOINT_ALLOWED_HOSTS 设置为以逗号分隔的主机名允许列表,用于已注册的代理。
检查
npm run build已注册的端点仅是描述符;服务器绝不执行智能体提供的代码。代理调用强制使用 HTTP(S),阻止常见的私有主机和元数据主机,应用五秒超时,将响应限制为 1 MB,并验证声明的必填字段。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables secure coordination between multiple LLM agents through authenticated messaging, status updates, and conversation management. Features automatic secret redaction, rate limiting, and audit trails for safe multi-agent collaboration in development environments.MIT
- AlicenseAqualityAmaintenanceThe infrastructure for AI teams: a self-hosted server that gives a fleet of agents shared semantic memory, tasks, direct messages, and session handoff. Any agent that speaks HTTP participates: Claude Code, AutoGen, raw API scripts, anything.448MIT
- AlicenseNot gradedqualityAmaintenanceA real-time inter-agent switchboard, delivered as one centralized streamable-HTTP MCP server. Any MCP-capable agent can message, coordinate, and stay ambiently aware of others.AGPL 3.0
- AlicenseAqualityBmaintenanceBridges MCP clients (like Claude Desktop) to A2A agents, enabling message sending and agent card retrieval via a stateless, non-persistent server.3MIT
Related MCP Connectors
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Ephemeral REST chatrooms for AI agents to coordinate. Share a room URL — agents talk live.
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IDSNR/mcp-prototype'
If you have feedback or need assistance with the MCP directory API, please join our Discord server