Claude Skill
SixHq/Overture
Open-source MCP server for visualizing AI coding agent execution plans as interactive flowcharts before code generation. Run locally for workflow transparency.
Overview
Repository
Install this Skill
claude mcp add overture-mcp -- npx overture-mcpRegistry
claude mcp add overture-mcp -- npx overture-mcpnpm install -g overture-mcpclaude mcp add overture-mcp -e OVERTURE_HTTP_PORT=4000 -e OVERTURE_AUTO_OPEN=false -- npx overture-mcpgit clone https://github.com/SixHq/Overture.gitnpm install
Summary
Overture is an open-source, locally running MCP server that provides a web interface to visually map an AI coding agent's execution plan as an interactive flowchart before code generation begins.
Overture 是一款开源、本地运行的网络界面,作为 MCP(模型上下文协议)服务器交付,它能在 AI 编码代理开始编写代码之前,将其执行计划以交互式流程图/图表的形式可视化呈现。
Key features
- Open-source and locally run
- Delivered as an MCP server
- Visualizes AI agent execution plans as interactive flowcharts
- Previews plan before code writing begins
Use cases
- Understanding AI coding agent workflows
- Debugging and validating agent execution plans
- Educational tool for AI agent planning
- Integrating with Claude Skill and other AI coding tools
README excerpt
<p align="center"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/SixHq/Overture/main/assets/overture-logo-dark.png"> <img src="https://raw.githubusercontent.com/SixHq/Overture/main/assets/overture-logo-light.png" alt="Overture" width="400"> </picture> </p> <p align="center"> <strong>See the plan before the code. Approve it. Then watch it execute.</strong> </p> <p align="center"> <a href="https://www.npmjs.com/package/overture-mcp"><img src="https://img.shields.io/npm/v/overture-mcp?style=for-the-badge&color=blue" alt="npm version"></a> <a href="https://github.com/SixHq/Overture/actions"><img src="https://img.shields.io/github/actions/workflow/status/SixHq/Overture/ci.yml?branch=main&style=for-the-badge" alt="CI status"></a> <a href="https://www.npmjs.com/package/overture-mcp"><img src="https://img.shields.io/npm/dm/overture-mcp?style=for-the-badge&color=orange" alt="npm downloads"></a> <a href="https://github.com/SixHq/Overture/discussions"><img src="https://img.shields.io/github/discussions/SixHq/Overture?style=for-the-badge&color=purple" alt="Discussions"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge" alt="MIT License"></a> </p> <p align="center"> <a href="#-the-problem">Problem</a> • <a href="#-the-solution">Solution</a> • <a href="#-installation">Install</a> • <a href="#-features">Features</a> • <a href="#-mcp-marketplace">Marketplace</a> • <a href="#-configuration">Config</a> • <a href="https://github.com/SixHq/Overture/discussions">Discussions</a> </p> <br> <p align="center"> https://github.com/user-attachments/assets/eeb9c4cb-c80d-42da-bf63-c0c4ecb1e5d6 </p> --- ## 🔥 The Problem Every AI coding agent today —