Loading MCP server directory, please wait...
MCP server for Zuuna — coding agents read and work your git-truth kanban board via the v1 API.
npx @getmcp/cli add io.github.kenzotp/mcp-server-zuunaRequires Node.js 18+. Community-contributed server. Review source before installing.
ZUUNA_API_TOKENBearer API token from your Zuuna workspace. Grant only the scopes the agent needs (boards:read + cards:read is enough for a read-only observer).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.kenzotp/mcp-server-zuuna": {
"command": "npx",
"args": [
"-y",
"mcp-server-zuuna"
],
"env": {
"ZUUNA_API_TOKEN": "",
"ZUUNA_BASE_URL": "",
"ZUUNA_TIMEOUT_MS": ""
}
}
}
}