Openplan
About
MCP server for Openplan.
Details
- Author
- vncsleal
- Downloads
- 136
- Categories
- Other
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
OpenplanCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"openplan": {
"command": "npx",
"args": [
"-y",
"@openplan/mcp"
]
}
}
}
plan
Decompose a goal into a costed route. Returns phases with estimates, confidence intervals (requires Mesh baselines, otherwise null), evidence (hazards), personal bias (requires Pro tier, otherwise null), and archived routes
checkpoint
Record phase completion with cost, correct a cost, or get current route state. Costs accumulate across calls for the same phase (not idempotent)
review
Session retrospective with summary, deviations, accuracy, cost/path learning, diagnostics, and mesh sync status
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"openplan": {
"openplan": {
"command": "npx",
"args": [
"-y",
"@openplan/mcp"
]
}
}
}
}
McpServers
{
"openplan": {
"command": "npx",
"args": [
"-y",
"@openplan/mcp"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



