chenyinrusi/dsh-kanban-mcp

chenyinrusi★ 0Python最后同步: 2026-08-16

在 GitHub 打开

Filesystem-driven four-lane kanban board (todo / doing / blocked / done) as a read-only MCP server and Python API. Works with DeepSeek Harness and any MCP client.

README 摘要

dsh-kanban-mcp Filesystem-driven four-lane kanban board (todo / doing / blocked / done) exposed as a read-only MCP server and a Python API. Works with DeepSeek Harness and any MCP client. A kanban board is just a directory tree of markdown cards: That design is the whole point: the board survives restarts, is diffable in git, needs no database, and can be inspected by any file tool. This package manages those files and exposes the board to agents over MCP. Install Requires Python 3.10+. Run the MCP server Register it in DeepSeek Harness (MCP settings — the built-in MCP client) or any MCP client. The tools take an optional base dir argument (default .agent/kanban ) so one server can point at any board. Tools (read-only) Tool Description kanban board Full four-lane board with card details (agent, work item, purpose, status, outcome, priority, timestamps) kanban status Per-lane card counts + total kanban doing Cards currently in progress kanban blocked Blocked cards kanban done today Cards completed today All tools are read-only. Card creation / update / movement is available through the KanbanManager Python API (see below); write tools are planned but not yet exposed over MCP. Python…

在 GitHub 查看完整 README →
终端/TUIdeepseek-harnessdshdsh-pluginkanbanmcp-serveragent

分类