This project offers a Model Context Protocol (MCP) server specifically designed for seamless interaction with KanbanFlow. Implemented in Deno using TypeScript, it acts as an intermediary, translating MCP requests into KanbanFlow API calls. Currently, the server supports fundamental read-only operations, allowing users to fetch board structures, retrieve all tasks, filter tasks by column, and access specific tasks by ID. With future plans to expand its capabilities to include comprehensive task management, subtask operations, collaborator handling, comment management, and time tracking, it aims to become a versatile bridge for automating and extending KanbanFlow's functionality.
주요 기능
01Fetch all tasks from the KanbanFlow board
02Access individual tasks using their unique ID
03Retrieve KanbanFlow board structure (columns, swimlanes, colors)
04Filter tasks by specific columns
050 GitHub stars