Overture
Overture is an open-source, locally running web interface that visually maps out the execution plan of any AI coding agent as an interactive flowchart/graph before the agent begins writing code.
Overture allows users to see the plan before the code is executed, providing an interactive flowchart for better understanding and approval of the coding process. It enhances the coding experience by allowing users to visualize the execution plan of AI coding agents.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"overture-1": {
"args": [
"-y",
"overture-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.