Kanban MCP
未认领MCP server for project management with kanban boards, semantic search, and web UI
安装
pipx install kanban-mcp工具(40 个)
add_decision
Add a decision record to an item
add_relationship
Add a relationship (blocks, dependson, relatesto, duplicates)
add_tag
Add a tag to an item
add_update
Add a progress update, optionally linked to items
advance_status
Move item to next status in its workflow
close_item
Mark item as done/closed
delete_decision
Delete a decision record
delete_item
Permanently delete an item
delete_tag
Delete a tag from the project
edit_item
Edit an item's title, description, priority, complexity, and/or parent
get_active_items
Get items in 'inprogress' status
get_blocking_items
Get items that block a given item
get_current_project
Get the current project context
get_epic_progress
Get progress stats for an epic
get_item
Get full details of a specific item
get_item_decisions
Get all decisions for an item
get_item_files
Get all files linked to an item
get_item_metrics
Get calculated metrics: leadtime, cycletime, timeineachstatus
get_item_relationships
Get all relationships for an item
get_item_tags
Get all tags assigned to an item
get_latest_update
Get the most recent update
get_status_history
Get status change history for an item
get_todos
Get items in 'backlog' status
get_updates
Get recent updates
link_file
Link a file (or file region) to an item
list_children
Get children of an item (optional recursive)
list_items
List items with optional type/status/tag filters
list_tags
List all tags with usage counts
new_item
Create a new issue, todo, feature, epic, question, or diary entry
project_summary
Get summary of items by type and status
remove_relationship
Remove a relationship
remove_tag
Remove a tag from an item
revert_status
Move item to previous status
search
Full-text search across items and updates
semantic_search
Search by semantic similarity (requires [semantic] extra)
set_current_project
Set the current project context (called at session start with $PWD)
set_parent
Set or remove parent relationship
set_status
Set item to a specific status
unlink_file
Remove a file link
update_tag
Update tag name and/or color