Skip to main content
Glama
nedgar8

Kaiten MCP Server

by nedgar8

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KAITEN_DOMAINNoThe Kaiten domain (e.g., mycompany) to form base URL https://<domain>.kaiten.ru/api/latest
KAITEN_BASE_URLNoThe full base URL of the Kaiten API (e.g., https://mycompany.kaiten.ru/api/latest)
KAITEN_API_TOKENNoYour Kaiten API token from user settings -> API tokens

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tasksA

List Kaiten tasks (cards), optionally filtered by board, column, space, or text search.

Args: board_id: Only return cards on this board. column_id: Only return cards in this column. space_id: Only return cards in this space. query: Free-text search over card titles/descriptions. archived: If set, filter to archived (True) or active (False) cards. limit: Max cards to return (capped at 100).

list_boardsA

List Kaiten boards, optionally scoped to a single space.

Args: space_id: If given, only return boards in this space; otherwise return boards across all spaces you have access to.

list_columnsA

List the columns on a given Kaiten board.

Args: board_id: Board to list columns for.

create_taskA

Create a new Kaiten task (card) on a given board.

Args: title: Card title. board_id: Board to create the card on. column_id: Column to create it in (optional; defaults to the board's first column). lane_id: Lane to create it in (optional). description: Card description (optional). owner_id: User ID to set as responsible person (optional).

move_taskA

Move a Kaiten task (card) to a given board (and optionally a specific column/lane).

Args: card_id: ID of the card to move. board_id: Destination board ID. column_id: Destination column ID on that board (optional). lane_id: Destination lane ID on that board (optional).

set_responsibleA

Set the responsible person (owner) for a Kaiten task.

Args: card_id: ID of the card to update. user_id: Kaiten user ID to set as the card's responsible person.

add_commentA

Add a comment to a Kaiten task.

Args: card_id: ID of the card to comment on. text: Comment text (max 4096 characters).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nedgar8/kaiten-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server