Agent Interop Runtime for Zed
io.github.praket7/agent-interop-runtime
Local MCP runtime for coordinating Freebuff, Codex, OpenCode, Claude Code, and Cursor agents.
client:Zed
transport:stdio
runtime:npm
Install Agent Interop Runtime in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-interop-runtime": {
"command": "npx",
"args": [
"-y",
"agent-interop-runtime"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs