Inter-agent communication for multi-agent Claude Code workflows.
{
"mcpServers": {
"io-github-rcgalbo-aichat": {
"args": [
"-y",
"aichat-mcp"
],
"command": "npx"
}
}
}Inter-agent communication for multi-agent Claude Code workflows.
Is it safe?
No known CVEs for aichat-mcp.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 38 days ago. 7 weekly downloads.
Will it work with my client?
Transport: stdio, sse. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
8 tools. ~600 tokens (0.3% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y aichat-mcp 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
register_agentRegister an agent with name, role, and workspace path
send_messageSend a message to another agent or broadcast to all
read_messagesRead messages for an agent (marks as read)
pollCheck for new unread instructions — call between tasks
update_statusUpdate agent status (idle / working / blocked / completed)
list_agentsList all registered agents and their current state
get_boardFull orchestration board: agents, unread counts, recent messages
get_threadGet messages in a conversation thread (up to 100)
This server is missing a description.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.