
Product
Socket for ClickUp Is Now Available
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.
@openplan/mcp
Advanced tools
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.
npx @openplan/mcp
The server auto-configures on first run — no setup needed. Add it to your MCP client:
opencode.json:
{
"mcp": {
"openplan": {
"type": "local",
"command": ["npx", "@openplan/mcp"]
}
}
}
claude_desktop_config.json:
{
"mcpServers": {
"openplan": {
"command": "npx",
"args": ["@openplan/mcp"]
}
}
}
| Tool | Description |
|---|---|
plan(goal, context?, replan?, project?) | Decompose a goal into costed phases with estimates |
checkpoint(phase?, actual_cost?, correct?, route_id?, project?) | Record phase cost, correct data, or check status |
review(route_id?, project?) | Session retrospective with deviations, accuracy, learning |
| URI | Description |
|---|---|
openplan://{project}/route | Current route state and phase progress |
openplan://profiles | Personal bias and accuracy by action |
openplan://sync-status | Mesh sync health and pending checkpoints |
openplan # Start MCP server (stdio)
openplan install # Detect MCP clients
openplan auth # GitHub OAuth (placeholder)
openplan config show # View configuration
openplan status # Route table
openplan log # Checkpoint trail
core/ Domain types, pure logic, typed ports
handlers/ MCP tool handlers — validation, wiring
adapters/ Mesh sync, cost probes, config loaders
db/ Drizzle schema, SQLite connection, DataStore implementation
One rule: Core never imports adapters or handlers. The DataStore port insulates core from Drizzle.
better-sqlite3 — local-first, fully offline.openplan) at project root for multi-session discoverynpm install
npm run dev # tsx watch
npm test # vitest
npm run build # tsc
npm run lint # biome
License: MIT
FAQs
Waze for AI agents — plan, track, and learn from software projects.
The npm package @openplan/mcp receives a total of 64 weekly downloads. As such, @openplan/mcp popularity was classified as not popular.
We found that @openplan/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.