One identity across Claude Code, Codex, Cursor, Gemini, Windsurf: shared inbox and handoffs.
claude mcp add agent-channel --transport http https://channel.amkentech.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"agent-channel": {
"url": "https://channel.amkentech.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-channel": {
"serverUrl": "https://channel.amkentech.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-channel": {
"type": "http",
"url": "https://channel.amkentech.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-channel": {
"url": "https://channel.amkentech.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"agent-channel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://channel.amkentech.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://channel.amkentech.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.amkentech--agent-channel/reviews or the review_server meta-tool.
POST /mcp