Skip to main content

Waze for AI agents — plan, track, and learn from software projects. 3 tools, one job each.

Project description

OpenPlan

Waze for AI agents planning — an MCP server that helps AI agents plan software projects efficiently by learning from every agent's cost data.

PyPI version License: MIT Smithery

How it works

AI agents use OpenPlan's tools to track project phases, costs, and outcomes. Every start() and complete() call generates calibration data that improves estimates for every other agent — like Waze uses every driver's trip data to give better ETAs.

start → complete × N → verify → recommend

Quick Start

Via PyPI

pip install openplan-mcp

Then add to your MCP host config:

{
  "mcp": {
    "openplan": {
      "type": "local",
      "command": ["uvx", "openplan-mcp"]
    }
  }
}

Or use uvx directly (no install needed):

{
  "command": ["uvx", "openplan-mcp"]
}

CLI

openplan                  # Start MCP server
openplan auth login       # Authenticate with GitHub for Pro tier
openplan auth logout      # Remove credentials
openplan auth status      # Show authentication state
openplan subscribe        # Start Pro subscription ($9/mo)
openplan status           # Show OpenPlan status

Tools

Tool Description
start One-call project kickoff: parses goal into phases, estimates costs from global baselines
complete Mark a phase done, attaches evidence, auto-traverses to next phase
act Traverse, branch, verify, set status, abandon, prune, revert
recommend Best next step with A* path, project health, cost estimates
export Export full graph as JSON / GraphML / matrix

Architecture

The MCP server runs locally. Calibration data syncs to api.openplan.cc (optional, anonymous by default). The cloud aggregates anonymized cost data across all users — every project improves estimates for everyone.

  MCP host (OpenCode / Claude Desktop / Cursor)
       │
  openplan MCP server (stdlib, uvx openplan-mcp)
       │
       ├── local SQLite (your projects, always works offline)
       │
       └── api.openplan.cc (global calibration pool, optional)

Data Privacy

Only {project_type, action, expected_cost, actual_cost, outcome} is shared — no source code, no project names, no file paths. Anonymous by default. GitHub OAuth for Pro features.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openplan_mcp-0.9.2.tar.gz (34.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openplan_mcp-0.9.2-py3-none-any.whl (23.5 kB view details)

Uploaded Python 3

File details

Details for the file openplan_mcp-0.9.2.tar.gz.

File metadata

  • Download URL: openplan_mcp-0.9.2.tar.gz
  • Upload date:
  • Size: 34.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for openplan_mcp-0.9.2.tar.gz
Algorithm Hash digest
SHA256 51596b83892815bb93efbf385714dc3e8156915598af7b89e5369e4425a9d2f7
MD5 266cb80f168cc1a8d817c44673e3b3b8
BLAKE2b-256 e04b9f7d4dbfbb8e1e4a5203b2ce2a27b3de9dffb5015425c1b3d74754254f56

See more details on using hashes here.

File details

Details for the file openplan_mcp-0.9.2-py3-none-any.whl.

File metadata

  • Download URL: openplan_mcp-0.9.2-py3-none-any.whl
  • Upload date:
  • Size: 23.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for openplan_mcp-0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a4ef899ebab74c42667aa9adb84d69b8b424cc91ad579b6dddea7995baca84ad
MD5 7a5306acb48bf0cebee34e06a49bed35
BLAKE2b-256 f714856d585f19713f203a58d4a63d1ca5d5ad1ca5e95446484ef26f88eeea86

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page