MCP Catalogs
首页

markplane

by zerowand01·165·综合分 48

Markplane 是一款AI原生项目管理工具,将任务存储在markdown文件中,并通过MCP服务器提供功能。

productivitydeveloper-toolsai-llm
18
Forks
6
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Markplane 通过直接集成到代码库中来革新项目管理。它将所有项目数据存储在.markplane目录下的markdown文件中,与代码一起进行版本控制。该工具通过内置的MCP服务器将项目状态压缩为AI可消费的令牌高效摘要。Web界面提供任务、史诗和依赖关系的可视化,而AI助手可以通过自然语言命令管理项目元素。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:AI助手通过自然语言命令创建、更新和优先级排序项目任务
:项目经理通过Web界面跟踪进度和依赖关系,同时AI在会话间维护上下文
:开发团队维护与代码变更同步的项目文档,通过版本控制管理

什么时候选它

选择 Markplane 如果您希望 AI 助手直接在您的仓库中管理项目任务,使用版本控制的 markdown 文件而不是外部 SaaS 工具。

什么时候不要选它

不要选择 Markplane 如果您需要具有实时多用户编辑功能的项目管理工具,或者您更喜欢传统的基于 GUI 的项目管理界面。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • create_task

    Create a new task with title, type, priority and other attributes

  • list_tasks

    List tasks with optional filters like priority

  • show_task

    View details of a specific task by ID

  • start_task

    Mark a task as in-progress

  • complete_task

    Mark a task as done

  • show_project_summary

    Get a compressed summary of the entire project state

  • show_blocked_items

    List items waiting on unresolved dependencies

  • create_epic

    Create a new epic for strategic goals and phases

  • show_dependencies

    Show dependency graph for a specific item

  • create_plan

    Create a new plan with implementation details

  • search_items

    Search across all project items by text or tags

  • sync_context

    Regenerate project summaries and index files

可对比工具

linear-mcptodoist-mcpjira-mcpgithub-projects

安装

安装

**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 讨论

开发者社区最近的相关讨论。

markplane 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。