Cokodo Agent for Zed
io.github.dinwind/cokodo-agent
Serve .agent/ project context, references, and collaborations to MCP-compatible IDEs.
client:Zed
transport:stdio
runtime:pypi
Install Cokodo Agent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cokodo-agent": {
"command": "uvx",
"args": [
"cokodo-agent"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs