tasks-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TASKS_MCP_DB | No | SQLite database path (parent dir is created) | ~/.local/share/tasks-mcp/tasks.db |
| TASKS_MCP_TRANSITIONS | No | Transition policy. `free` = any column to any column. Hook for a future `linear` policy. | free |
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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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: Use this to render or summarize the board. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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