magents for Zed
io.github.abnegate/magents
Shared session bus MCP+CLI for Claude/Codex/Cursor/Grok: list, read, handoff, send, spawn.
client:Zed
transport:stdio
runtime:oci
Install magents in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"magents": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/abnegate/magents:0.12.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs