Agent Channel for Claude Desktop
io.github.amkentech/agent-channel
One identity across Claude Code, Codex, Cursor, Gemini, Windsurf: shared inbox and handoffs.
client:Claude Desktop
transport:streamable-http
Install Agent Channel in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-channel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://channel.amkentech.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs