.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/sixhq/overture
home/mcp-servers/sixhq/overture
sixhq avatar

overture

bysixhq· 1 MCP server

Stars

629

Forks

60

Category

AI Agents & MCP

View on GitHub

TL;DR

<br>

How to install overture?

sixhq/overture
$git clone https://github.com/sixhq/overture

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install overture by running `git clone https://github.com/sixhq/overture`, then use it for the current task and follow its documentation at https://github.com/sixhq/overture.

Files · 1

View on GitHub
README.md
1<p align="center">
2 <picture>
3 <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/SixHq/Overture/main/assets/overture-logo-dark.png">
4 <img src="https://raw.githubusercontent.com/SixHq/Overture/main/assets/overture-logo-light.png" alt="Overture" width="400">
5 </picture>
6</p>
7 
8<p align="center">
9 <strong>See the plan before the code. Approve it. Then watch it execute.</strong>
10</p>
11 
12<p align="center">
13 <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>
14 <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>
15 <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>
16 <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>
17 <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge" alt="MIT License"></a>
18</p>
19 
20<p align="center">
21 <a href="#-the-problem">Problem</a> •
22 <a href="#-the-solution">Solution</a> •
23 <a href="#-installation">Install</a> •
24 <a href="#-features">Features</a> •
25 <a href="#-mcp-marketplace">Marketplace</a> •
26 <a href="#-configuration">Config</a> •
27 <a href="https://github.com/SixHq/Overture/discussions">Discussions</a>
28</p>
29 
30<br>
31 
32<p align="center">
33 
34https://github.com/user-attachments/assets/eeb9c4cb-c80d-42da-bf63-c0c4ecb1e5d6
35 
36</p>
37 
38---
39 
40## 🔥 The Problem
41 
42Every AI coding agent today — **Cursor**, **Claude Code**, **Cline**, **Copilot** — works the same way:
43 
44<table>
45<tr>
46<td width="50%">
47 
48### What Happens Now
49 
501. You type a prompt
512. Agent **immediately starts writing code**
523. You have **zero visibility** into what it's doing
534. You realize it misunderstood your request
545. **Hundreds of lines of code** need to be discarded
556. You've wasted tokens, time, and patience
56 
57</td>
58<td width="50%">
59 
60### Text Plans Don't Help
61 
62Some agents show plans as text in chat. But text fails to show:
63 
64- **Dependencies** — which tasks depend on what?
65- **Branch points** — what alternative approaches exist?
66- **Context requirements** — which files, APIs, or secrets are needed?
67- **Complexity** — which steps are risky?
68- **Progress** — what's done, what's next?
69 
70</td>
71</tr>
72</table>
73 
74<p align="center">
75 <img src="https://raw.githubusercontent.com/SixHq/Overture/main/assets/problem-illustration.png" alt="The Problem" width="700">
76</p>
77 
78---
79 
80## ✨ The Solution
81 
82**Overture** intercepts your AI agent's planning phase and renders it as an **interactive visual flowchart** — before any code is written.
83 
84<p align="center">
85 <img src="https://raw.githubusercontent.com/SixHq/Overture/main/assets/solution-screenshot.png" alt="Overture Solution" width="900">
86</p>
87 
88### The agent doesn't write a single line of code until you approve the plan.
89 
90<br>
91 
92<table>
93<tr>
94<td align="center" width="20%">
95<img src="https://img.icons8.com/color/96/flow-chart.png" width="64"><br>
96<strong>Visual Plans</strong><br>
97<sub>Interactive flowchart with pan, zoom, and click-through navigation</sub>
98</td>
99<td align="center" width="20%">
100<img src="https://img.icons8.com/color/96/attach.png" width="64"><br>
101<strong>Attach Context</strong><br>
102<sub>Files, API keys, instructions per step</sub>
103</td>
104<td align="center" width="20%">
105<img src="https://img.icons8.com/color/96/split.png" width="64"><br>
106<strong>Choose Approaches</strong><br>
107<sub>Compare pros/cons of different paths</sub>
108</td>
109<td align="center" width="20%">
110<img src="https://img.icons8.com/color/96/lightning-bolt.png" width="64"><br>
111<strong>Real-time Execution</strong><br>
112<sub>Watch nodes light up with progress</sub>
113</td>
114<td align="cen

Preview

sixhq/overturesixhq/overture
Reposixhq/overture
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedMar 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPai-agentai-coding

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k