Claude Skill
SixHq/Overture
开源的 MCP 服务器,可在代码生成前将 AI 编码代理的执行计划可视化为交互式流程图。本地运行,提升工作流程透明度。
概览
仓库信息
安装这个 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
项目简介
Overture 是一款开源、本地运行的 MCP 服务器,它提供了一个网络界面,可在 AI 编码代理开始生成代码之前,将其执行计划以交互式流程图的形式可视化呈现。
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.
要点
- 开源且本地运行
- 作为 MCP 服务器交付
- 将 AI 代理执行计划可视化为交互式流程图
- 在代码编写开始前预览计划
使用场景
- 理解 AI 编码代理的工作流程
- 调试和验证代理执行计划
- 作为 AI 代理规划的教育工具
- 与 Claude Skill 及其他 AI 编码工具集成
README 摘要
<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 —