Agent Coordination Hub
Agent Coordination Hub
HTTP를 통해 여러 AI 에이전트를 조정하기 위한 원격 MCP 서버입니다. 인증된 에이전트 메시징, 캐시된 읽기 전용 Notion 컨텐트, and 안전한 등기록 HTTP 엔드포인트 프록시를 제공합니다.
실행
npm install
Copy-Item .env.example .env
npm run seed-agent -- agent-a "Agent A"
npm run dev시드 명령은 일회용 에이전트 코드를 출혁합니다. 이 코드를 에이전트 운영자의 비밀 관리자(secret manager)에 저장하세요. 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등록된 엔드포인트는 설자(descriptor)일 뿐이며, 서버는 에이전트가 제공한 코드를 실행하지 않습니다. 프록시 호출은 HTTP(S)를 강제하고, 일반적인 사설 호스터와 메타데이터 호스터를 차단하며, 5초 타임아웃를 적용하고, 응답을 1MB로 제한하며, 선언된 욕수 필드를 검中합니다.
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