Overture
UnclaimedOverture is an open-source, locally running web interface delivered as an MCP (Model Context Protocol) server that visually maps out the execution plan of any AI coding agent as an interactive flowchart/graph before the agent begins writing code.
Install
claude mcp add overture-mcp -- npx overture-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (11)
check_pause
Check if user paused execution
check_rerun
Check if user requested a node re-run
create_new_plan
Signal creation of a new plan
get_approval
Wait for user approval (blocks until approved)
get_resume_info
Get full context for resuming a paused plan
get_usage_instructions
Get agent-specific instructions
plan_completed
Mark plan as successfully completed
plan_failed
Mark plan as failed with error message
request_plan_update
Request incremental plan modifications
submit_plan
Submit complete plan as XML
update_node_status
Update node status + output during execution