bivex/kanboard-mcp
3.4
If you are the rightful owner of kanboard-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.
This project implements a basic Model Context Protocol (MCP) server in Go, designed to interface with Kanboard for task and project management.
Tools
Functions exposed to the LLM to take actions
get_projects
List all projects
create_project
Create new projects
get_tasks
Get project tasks
create_task
Create new tasks
update_task
Modify existing tasks
delete_task
Remove tasks
get_task_details
Get detailed task info
move_task
Move tasks between columns
get_users
List all users
get_user_by_name
Get user by name
create_user
Create a new user
update_user
Modify an existing user
remove_user
Remove a user
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client