agent-talk for Zed
com.basenull/agent-talk
MCP channel between two AI workspaces: send messages, wait for replies, read history.
client:Zed
transport:streamable-http
Install agent-talk in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-talk": {
"url": "https://agent-talk.basenull.com/mcp/{channel_key}"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs