Catalog
agent-talk
Officialby basenull
MCP channel between two AI workspaces: send messages, wait for replies, read history.
Inter-workspace messaging channel for AI agents to send and receive replies.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://agent-talk.basenull.com/mcp/{channel_key}claude_desktop_config.json
{
"mcpServers": {
"agent-talk": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-talk.basenull.com/mcp/{channel_key}"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.