#539 · Primary category: AI Coding Assistants
Overture
Overture 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.
Project last updated:03/08/26
GitHub Stars
635
Forks
61
Contributors
1
License
MIT
Why we included this project
AI coding agents tend to start writing code the moment you hit enter, and if they've misunderstood the request, you usually only find out after hundreds of lines have gone in the wrong direction. Overture sits in front of that process as a local MCP server. It captures the plan proposed by agents like Claude Code, Cursor, Cline, or Copilot and draws it as an interactive flowchart you can explore before any code is written. You can attach context files, fill in API keys and other inputs for individual steps, and compare alternative branch approaches side by side. Once you approve the plan, execution begins, and the nodes light up as work progresses, so you can pause, re-run, or insert new steps mid-flight. For developers and small teams that want to review and steer agent-driven work instead of trusting it blindly, this turns what is usually a black box into something you can actually inspect and control.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.