Kanbaruu

Created By
Kanbaruu21 days ago
Remote MCP server for Kanbaruu. Let AI agents read your project board and manage tasks — connect Claude, Cursor, or any MCP client with a workspace-scoped token.
Overview

Kanbaruu MCP

Kanbaruu exposes a remote, workspace-bound MCP server so external agents can read your project data and perform a limited set of write actions — without using your browser session.

  • Transport: Streamable HTTP
  • URL: https://www.kanbaruu.com/api/mcp
  • Auth: Authorization: Bearer <YOUR_KANBARUU_MCP_TOKEN> (one token = one user, one workspace)

Setup

{
  "mcpServers": {
    "kanbaruu": {
      "url": "https://www.kanbaruu.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_KANBARUU_MCP_TOKEN"
      }
    }
  }
}

Create a token in Dashboard → Account settings → MCP Access, then connect Claude Desktop, Claude Code, Cursor, Codex, VS Code, Zed, Gemini CLI, and more. Quick install:

npx kanbaruu-mcp init --client claude --token KBR_xxx

Tools

Read: list_workspace_projects, get_project, list_project_columns, list_project_tasks, get_task, list_project_members

Write: create_task, update_task, delete_task, update_project_member_role

Scopes are granular (tasks:read, tasks:write, tasks:delete, project_members:read, project_members:write) so you grant only what the client needs.

Full docs: https://www.kanbaruu.com/guide/mcp

Server Config

{
  "mcpServers": {
    "kanbaruu": {
      "url": "https://www.kanbaruu.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_KANBARUU_MCP_TOKEN"
      }
    }
  }
}
Project Info
Created At
21 days ago
Updated At
21 days ago
Author Name
Kanbaruu
Star
-
Language
-
License
-
Category

Recommend Servers

View All