Unity-Environmental-University/kanban-mcp
If you are the rightful owner of kanban-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Kanban MCP is a standalone MCP stdio server designed for managing a Kanban board with SQLite as its backend.
Tools
Functions exposed to the LLM to take actions
kanban_handshake
Initializes a connection with the Kanban MCP server.
board_info
Retrieves information about the current Kanban board.
add_column
Adds a new column to the Kanban board.
add_card
Adds a new card to a specified column on the Kanban board.
move_card
Moves a card from one column to another, with special handling for blocked cards.
update_card
Updates the details of an existing card.
list_cards
Lists all cards on the Kanban board, with filtering options.
search_cards
Searches for cards based on specified criteria.
sync_from_story
Synchronizes the Kanban board with external story data.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client