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.
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:
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 READMEcreate_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
Comparable tools
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.
- Story by ddkingsley · 2026-04-15
Compare markplane with
Last updated · Auto-generated from public README + GitHub signals.