Agent Coordination Hub
Agent Coordination Hub
Remote-MCP-Server zur Koordinierung mehrerer KI-Agenten über HTTP. Er bietet authentifizierte Nachrichtenübermittlung zwischen Agenten, schreibgeschützten Notion-Kontext und sichere registrierte HTTP-Endpunkt-Proxys.
Start
npm install
Copy-Item .env.example .env
npm run seed-agent -- agent-a "Agent A"
npm run devDer seed-Befehl gibt den einmaligen Agent-Code aus. Speichern Sie ihn im Secret-Manager des Agent-Betreibers. Verbinden Sie MCP-Clients mit http://localhost:3000/mcp und rufen Sie zuerst auth.login auf.
Related MCP server: Artel
Konfiguration
Setzen Sie DB_PATH, PORT und SESSION_TTL_SECONDS in .env. Notion ist optional: Geben Sie NOTION_API_KEY zusammen mit entweder NOTION_PROJECT_PAGE_ID oder NOTION_ROADMAP_DATABASE_ID an. Setzen Sie ENDPOINT_ALLOWED_HOSTS auf eine kommagetrennte Hostname-Zulassungsliste für registrierte Proxies.
Prüfungen
npm run buildRegistrierte Endpunkte sind nur Deskriptoren; der Server führt niemals vom Agenten gelieferten Code aus. Proxy-Aufrufe erzwingen HTTP(S), blockieren gängige private und Metadaten-Hosts, wenden ein Zeitlimit von fünf Sekunden an, begrenzen Antworten auf 1 MB und validieren die deklarierten Pflichtfelder.
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