Kanbaruu

Kanbaruu turns your project board into something your AI agent can read and edit.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноМожет изменять данные

Что умеет

  • List Workspace Projects: List projects visible to the authenticated Kanbaruu user in the workspace bound to this MCP token.
  • Get Project: Get full project details, including columns, tasks, tags, preferences, and members.
  • List Project Columns: List columns for a project in the current workspace.

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

Kanbaruu turns your project board into something your AI agent can read and edit.

Tasks live as Markdown files and sync two-way with your repo — move a card and it writes back to git; edit the file and the board updates. This MCP server lets Claude, Cursor, or any MCP client work that same backlog directly.

What your agent can do

  • Read projects, columns, tasks, and members
  • Create, update, and delete tasks
  • Update project member roles

Auth: workspace-bound token. Create one in Kanbaruu → Account Settings → MCP, then paste it when connecting. One token = one workspace. Read-only and scoped tokens supported.

Free tier available → kanbaruu.com

Список инструментов сервера (10)

Технические названия из tools/list. Нужны только разработчикам.

list_workspace_projectsList projects visible to the authenticated Kanbaruu user in the workspace bound to this MCP token.
get_projectGet full project details, including columns, tasks, tags, preferences, and members.
list_project_columnsList columns for a project in the current workspace.
list_project_tasksList tasks for a project in the current workspace.
get_taskGet a single task by ID.
list_project_membersList project members and their roles.
create_taskCreate a task in Kanbaruu. The user must have the same task-write permissions as in the UI.
update_taskUpdate a task in Kanbaruu. The user must have the same task-write permissions as in the UI.
delete_taskDelete a task in Kanbaruu. Requires task-write permission and a token with destructive actions enabled.
update_project_member_roleUpdate a project member role. The user must have the same project membership management rights as in the UI.