OpenPlan MCP Server
Provides subscription management via Stripe Checkout and Customer Portal.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OpenPlan MCP ServerPlan adding user authentication with cost estimates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenPlan MCP Server
Waze for AI agents — plan, track, and learn from software projects.
An MCP server that helps AI agents decompose goals into costed execution plans, checkpoint progress with deviation tracking, and learn from past project data.
Quick Start
npx @openplan/mcpThe server auto-creates its config and SQLite database on first run — no setup needed.
Add it to your MCP client:
opencode.json:
{
"mcp": {
"openplan": {
"type": "local",
"command": ["npx", "-y", "@openplan/mcp"]
}
}
}claude_desktop_config.json:
{
"mcpServers": {
"openplan": {
"command": "npx",
"args": ["-y", "@openplan/mcp"]
}
}
}Or run openplan install to auto-detect and configure both.
Related MCP server: agent-runtime-mcp
Tools (3)
Tool | Description |
| Decompose a goal into costed phases with estimates |
| Record phase cost, correct data, or check status |
| Session retrospective with deviations, accuracy, learning |
Resources (3)
URI | Description |
| Current route state and phase progress |
| Personal bias and accuracy by action |
| Mesh sync health and pending checkpoints |
CLI
openplan # Start MCP server (stdio mode)
openplan install # Auto-detect and install in MCP clients
openplan auth # Authenticate with Mesh via GitHub OAuth
openplan subscribe # Subscribe to Pro (Stripe Checkout)
openplan portal # Manage subscription (Stripe Customer Portal)
openplan account # Show identity, API key, subscription
openplan config # View current configuration
openplan mesh [on|off] # Show or toggle Mesh sync
openplan status # List routes for a project
openplan log # Show checkpoint trail
openplan export # Export calibration data (Pro)
openplan completion # Generate shell completion script
openplan doctor # Check system health and diagnose issuesUse --json on account, config, status, log, mesh for structured output. Auth supports --no-browser, --clipboard, --with-token <key>, and --debug.
Architecture
core/ Domain types, pure logic, typed ports
handlers/ MCP tool handlers — validation, wiring
adapters/ Mesh sync, cost probes, config loaders
db/ Drizzle schema, SQLite, DataStore implementationOne rule: Core never imports adapters or handlers. The DataStore port insulates core from Drizzle.
Development
npm install
npm run dev # tsx watch
npm test # vitest (config at vitest.config.ts)
npm run test:e2e # end-to-end against compiled dist/
npm run build # tsc
npm run lint # biome checkCI/CD
GitHub Actions runs lint, test, build on every push/PR. Publish to npm happens automatically on version tags (v*).
Stack
FastMCP — MCP framework with Zod schemas for input validation
SQLite via
better-sqlite3/ Drizzle ORM — 7 tables, local-firstMesh API (proprietary, at
github.com/vncsleal/openplan-api) — cross-session cost learningStructured logging —
createLogger(module)with[openplan:module]prefixCoverage — Vitest with 60% branch / 65% line thresholds
License: MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA cognitive scaffolding platform that helps AI agents break down complex tasks into manageable steps using hierarchical planning and metacognitive guidance. Provides persistent memory, progress tracking, and intelligent pattern recognition to learn from successful project structures.Last updated
- Flicense-qualityDmaintenanceEnables persistent task and goal management with AI-powered decomposition, cross-session continuity, and fault-tolerant multi-agent pipelines.Last updated1
- Alicense-qualityDmaintenanceEnables AI agents to manage projects, epics, and tasks with atomic locking, real-time dashboard, and multi-agent coordination.Last updatedMIT
- Alicense-qualityCmaintenanceProject memory and scoping engine for AI coding agents. It gives any agent persistent project state, bounded work packages, and cross-session continuity.Last updated6MIT
Related MCP Connectors
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
End-to-end agent-managed company brain. Docs, diagrams, plans, Knowledge Graph. Lean & affordable.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vncsleal/openplan'
If you have feedback or need assistance with the MCP directory API, please join our Discord server