Skip to main content
Glama

Kanban MCP

MCP server for task/ticket management with dependency tracking.

Install

git clone https://github.com/Rafael09ED/kanban-mcp.git
cd kanban-mcp
npm install
npm run build

Related MCP server: Scopecraft Command

Setup

Add to your MCP client configuration:

{
  "mcpServers": {
    "kanban-mcp": {
      "command": "node",
      "args": ["/path/to/kanban-mcp/mcp-server/build/index.js"]
    }
  }
}

Features

  • CRUD operations for tickets

  • Dependency tracking

  • Status management (open, in-progress, closed)

  • Project-based filtering

  • Persistent JSON storage

  • Automatic data migrations with version detection and path-finding

  • Research impact trees showing cascade effects of completing tickets

Tools

create_ticket

Create tickets individually or in batches.

Parameters:

  • title (required): Ticket title

  • description (required): Ticket description

  • projects (optional): Array of project names

  • dependencies (optional): Array of ticket IDs

Batch format:

  • tickets (required): Array of ticket objects

read_ticket

Get ticket details by ID.

Parameters:

  • ticketId (required): Ticket ID

update_ticket

Update ticket properties.

Parameters:

  • tickets (required): Array of update objects with ticketId and fields to update

delete_ticket

Delete ticket by ID.

Parameters:

  • ticketId (required): Ticket ID

list_tickets

List tickets with optional filters.

Parameters:

  • project (optional): Filter by project name

  • status (optional): Filter by status

  • dependsOn (optional): Filter by dependency

next_tickets

Get unblocked tickets ready for work. Shows impact cascade.

Parameters:

  • project (optional): Filter by project name

Development

npm run dev    # Watch mode
npm run build  # Compile

License

AGPLv3

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An MCP server for intelligent project planning and task management featuring task tracking, bug reporting, and feature specification with SQLite persistence. It includes full-text search capabilities and automatic filesystem synchronization to keep project data organized and accessible.
    Last updated
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A task management MCP server for AI-driven development, enabling creation, tracking, and organization of tasks with subtasks, priorities, and dependencies via natural language commands.
    Last updated
    13
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • A MCP server built for developers enabling Git based project management with project and personal…

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • MCP server for managing Prisma Postgres.

View all MCP Connectors

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/Rafael09ED/kanban-mcp'

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