mcp server zuuna for Zed
io.github.kenzotp/mcp-server-zuuna
MCP server for Zuuna: coding agents work your git-truth kanban board via the v1 API. 67 tools.
client:Zed
transport:stdio
runtime:npm
Install mcp server zuuna in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-zuuna": {
"command": "npx",
"args": [
"-y",
"mcp-server-zuuna"
],
"env": {
"ZUUNA_API_TOKEN": "<ZUUNA_API_TOKEN>",
"ZUUNA_BASE_URL": "<ZUUNA_BASE_URL>",
"ZUUNA_TIMEOUT_MS": "<ZUUNA_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs