2 months ago
▎ ProPlan MCP gives Claude Code persistent project memory and session continuity. It stores your project as phases, milestones, and tasks in
▎ a local SQLite database — so Claude always knows where you left off.
▎
▎ At the start of every session, Claude reads the last summary and resumes automatically: "I see we were working on X — here's what's next."
▎ No re-explaining context. No lost progress.
▎
▎ Key features:
▎ - Session continuity — Claude picks up exactly where you left off
▎ - Structured project tracking — phases, milestones, tasks with status and notes
▎ - scan_repo — auto-generate a plan from an existing codebase
▎ - export_to_cloud — sync to the ProPlan dashboard to visualize and share your roadmap
▎ - Local-first — all data stored in .project-planner/db.sqlite, fully offline
▎
▎ Setup:
▎ npx @proplandev/mcp@latest init
▎ Then open any project in Claude Code and type continue.
Server Config
{
"mcpServers": {
"project-planner": {
"command": "npx",
"args": [
"-y",
"@proplandev/mcp"
]
}
}
}