markplane
by zerowand01·★ 165·综合分 48
Markplane 是一款AI原生项目管理工具,将任务存储在markdown文件中,并通过MCP服务器提供功能。
概述
Markplane 通过直接集成到代码库中来革新项目管理。它将所有项目数据存储在.markplane目录下的markdown文件中,与代码一起进行版本控制。该工具通过内置的MCP服务器将项目状态压缩为AI可消费的令牌高效摘要。Web界面提供任务、史诗和依赖关系的可视化,而AI助手可以通过自然语言命令管理项目元素。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
什么时候选它
选择 Markplane 如果您希望 AI 助手直接在您的仓库中管理项目任务,使用版本控制的 markdown 文件而不是外部 SaaS 工具。
什么时候不要选它
不要选择 Markplane 如果您需要具有实时多用户编辑功能的项目管理工具,或者您更喜欢传统的基于 GUI 的项目管理界面。
此 server 暴露的工具
从 README 抽取出 12 个工具create_taskCreate a new task with title, type, priority and other attributes
list_tasksList tasks with optional filters like priority
show_taskView details of a specific task by ID
start_taskMark a task as in-progress
complete_taskMark a task as done
show_project_summaryGet a compressed summary of the entire project state
show_blocked_itemsList items waiting on unresolved dependencies
create_epicCreate a new epic for strategic goals and phases
show_dependenciesShow dependency graph for a specific item
create_planCreate a new plan with implementation details
search_itemsSearch across all project items by text or tags
sync_contextRegenerate project summaries and index files
可对比工具
安装
安装
**Homebrew (macOS 和 Linux)**
brew install zerowand01/markplane/markplane**Shell 脚本 (macOS 和 Linux)**
curl -fsSL https://raw.githubusercontent.com/zerowand01/markplane/master/install.sh | sh**预编译二进制文件** 从 [GitHub Releases](https://github.com/zerowand01/markplane/releases) 下载适用于您平台的最新版本。
**Claude Desktop 的 MCP 设置** 添加到您的 Claude Desktop 配置中:
{
"mcpServers": {
"markplane": {
"command": "markplane",
"args": ["mcp"]
}
}
}或在代码库根目录添加 .mcp.json 文件进行项目级设置。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by ddkingsley · 2026-04-15
markplane 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。