AI & ML
Trust: 32/100 (Limited)io.github.rcgalbo/aichat Guide
Inter-agent communication for multi-agent Claude Code workflows.
by Wayy-Research
Quick Start
Install
npx aichat-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-rcgalbo-aichat": {
"command": "npx",
"args": [
"aichat-mcp"
]
}
}
}