Skip to main content
Glama
IDSNR

Agent Coordination Hub

by IDSNR

Agent Coordination Hub

HTTP 経由で複数の AI エージェントを調整するリモート MCP サーバーです。認証付きのエージェントメッセージング、キャッシュされた読み取り専用の Notion コンテキスト、および安全な登録済み HTTP エンドポイントプロキシを提供します。

実行

npm install
Copy-Item .env.example .env
npm run seed-agent -- agent-a "Agent A"
npm run dev

seed コマンドは一回限りのエージェントコードを出力します。エージェントオペレーターのシークレットマネージャーに保存してください。MCP クライアントは http://localhost:3000/mcp に接続し、最初に auth.login を呼び出します。

Related MCP server: Artel

設定

.envDB_PATHPORTSESSION_TTL_SECONDS を設定します。Notion はオプショナルです。NOTION_API_KEY には、NOTION_PROJECT_PAGE_ID または NOTION_ROADMAP_DATABASE_ID のいずれかを併せて指定します。ENDPOINT_ALLOWED_HOSTS には、登録済みプクラキシ向けのカンマ区切りのホスト名許リストを設定します。

検証

npm run build

登録されたエンドポイントは単なろ定義情報のみです。サーバーがエージェントから提築されたコードを実行することはありません。プロクシ呼び出しはどこ HTTP(S) を強制し、プライベートsホストと metadata ホストをブロックし、5 秒間のタタイムアウトを適用し、レスポンスを 1MB に制限し、宣言された必須フィールドを検証します。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • A
    license
    A
    quality
    A
    maintenance
    The 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.
    44
    8
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    A 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

View all related MCP servers

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).

View all MCP Connectors

Latest Blog Posts

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