Skip to content
Cline

aichat for Cline

io.github.rcgalbo/aichat

Inter-agent communication for multi-agent Claude Code workflows.

client:Cline transport:stdio runtime:npm

Install aichat in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "aichat": {
      "command": "npx",
      "args": [
        "-y",
        "aichat-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

aichat in other clients