MCP server for inter-agent communication that provides a shared message board, agent registry, and orchestration layer for multiple Claude Code sessions.
From the registry: Inter-agent communication for multi-agent Claude Code workflows.
Please install the `aichat` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Relay key** — Obtain a relay key from Wayy Research portal to authenticate agents. (https://portal.wayyresearch.com)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["aichat-mcp"]
- required environment variables:
- `AICHAT_RELAY_KEY`: Relay key used to authenticate agents against the portal. (example: `<relay_key>`)
- optional environment variables:
- `AICHAT_PORTAL_URL`: Portal URL; defaults to https://portal.wayyresearch.com. (example: `https://portal.wayyresearch.com`)
Note: Inter-agent communication MCP backed by a cloud relay (SQLite in portal).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AICHAT_PORTAL_URLURL of the portal, defaults to 'https://portal.wayyresearch.com' if not providedAICHAT_RELAY_KEYrequiredAuthenticates your agents against the portalAI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.