Skip to main content
Glama
stikkeruip

tasks-mcp

by stikkeruip

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TASKS_MCP_DBNoSQLite database path (parent dir is created)~/.local/share/tasks-mcp/tasks.db
TASKS_MCP_TRANSITIONSNoTransition policy. `free` = any column to any column. Hook for a future `linear` policy.free

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_taskA

Add a new task to the board. It lands in the 'backlog' column.

list_tasksB

List tasks, optionally filtered. All filters combine with AND.

get_taskA

Get the full detail of one task by its numeric id.

Works for archived tasks too.

edit_taskA

Edit a task's title, description, priority, and/or tags.

Only the fields you pass are changed; omitted fields keep their current value. Pass an empty string for description to clear it. Passing tags replaces the whole tag list. To change a task's column, use move_task instead.

Returns the updated task.

move_taskB

Move a task to another kanban column.

archive_taskA

Archive a task (soft delete): it disappears from listings and the board but stays in the database. There is no hard delete.

Returns the archived task.

get_boardA

Get the whole kanban board: unarchived tasks grouped by column.

Always returns all four columns in board order — backlog, in_progress, testing, done — even when empty:

{"columns": [{"status": "backlog", "tasks": [...]}, ...]}

Use this to render or summarize the board.

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

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