aichat for VS Code
io.github.rcgalbo/aichat
Inter-agent communication for multi-agent Claude Code workflows.
client:VS Code
transport:stdio
runtime:npm
Install aichat in VS Code
.vscode/mcp.json
{
"servers": {
"aichat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aichat-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs