Kobo
Freeby MCP Community
Kōbō — multi-workspace agent manager for Claude Code. Orchestrates isolated git worktrees with dev servers, Notion integration, and MCP tools.
v1.4.11Added Apr 12, 2026
claudeclaude-codeagentmcpworkspace
Kobo MCP Server
Kōbō — multi-workspace agent manager for Claude Code. Orchestrates isolated git worktrees with dev servers, Notion integration, and MCP tools.
Installation
Reviews
Installation
Quick install
npx -y @loicngr/kobo
Add to claude_desktop_config.json
{
"mcpServers": {
"kobo": {
"command": "npx",
"args": ["-y", "@loicngr/kobo"]
}
}
}