MCP Catalogs
Home

markplane

by zerowand01·165·Score 48

Markplane is an AI-native project management tool that stores tasks in markdown files and exposes functionality through an MCP server.

productivitydeveloper-toolsai-llm
18
Forks
6
Open issues
this month
Last commit
2d ago
Indexed

Overview

Markplane transforms project management by integrating directly into code repositories. It stores all project data as markdown files within the .markplane directory, allowing for version control alongside code. The tool compresses project state into token-efficient summaries for AI consumption via its built-in MCP server. The web UI provides visualization of tasks, epics, and dependencies while AI assistants can manage project elements through natural language commands.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:AI assistants manage project tasks by creating, updating, and prioritizing items through natural language commands
you:Project managers track progress and dependencies through a web UI while AI maintains context across sessions
you:Development teams maintain project documentation that stays in sync with code changes through version control

When to choose this

Choose Markplane if you want AI assistants to directly manage your project tasks within your repository, using version-controlled markdown files instead of external SaaS tools.

When NOT to choose this

Don't choose Markplane if you need a collaborative project management tool with real-time multi-user editing capabilities, or if you prefer traditional GUI-based project management interfaces.

Tools this server exposes

12 tools extracted from the README
  • 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

Comparable tools

linear-mcptodoist-mcpjira-mcpgithub-projects

Installation

Installation

**Homebrew (macOS and Linux)**

brew install zerowand01/markplane/markplane

**Shell script (macOS and Linux)**

curl -fsSL https://raw.githubusercontent.com/zerowand01/markplane/master/install.sh | sh

**Pre-built binary** Download the latest release for your platform from [GitHub Releases](https://github.com/zerowand01/markplane/releases).

**MCP Setup with Claude Desktop** Add to your Claude Desktop config:

{
  "mcpServers": {
    "markplane": {
      "command": "markplane",
      "args": ["mcp"]
    }
  }
}

Or add a .mcp.json file at the repo root for project-wide setup.

On Hacker News

Recent discussion from the developer community.

Compare markplane with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.