vibelogic
A deterministic architecture audit engine for Cursor. It enforces visual Mermaid protocols to prevent LLM hallucinations, ensuring AI modifies code based on strict blueprints.
README
🧠 VibeLogic MCP
为 Cursor 打造的确定性架构引擎与逻辑死锁协议
当项目复杂度提升时,AI 编程往往会陷入“幻觉螺旋”。VibeLogic MCP 并不是另一个代码生成器,而是一个处于“人类意图”与“代码执行”之间的管控层。它强制 AI 在动刀改代码前,先通过可视化蓝图进行审计。
✨ 核心能力
- 可视化架构审计 (Visual Audit):强制 AI 提取项目拓扑,通过 Mermaid 蓝图对齐逻辑,确保 100% 意图确定性。
- 逻辑死锁协议 (Security Lock):独家封装的注意力劫持协议,强制 AI 在“图纸确认”前保持原地待命,阻断越权重构。
- 跨文件深度追踪:自动识别多文件关联变更,生成结构化的施工清单 (Action Plan)。
- 资产化存档:所有架构决策自动导出为
.md文件,永久沉淀为项目的架构演进日志。
🚀 快速开始
1. 安装
确保你已安装 Node.js,然后在 Cursor 中直接运行:
npx vibelogic-mcp
2. 在 Cursor 中配置
打开 Cursor Settings -> Features -> MCP。 点击 + Add New MCP Server。 设置如下:
{
"mcpServers": {
"VibeLogic": {
"command": "npx.cmd",
"args": [
"-y",
"vibelogic-mcp@latest"
]
}
}
}
💡 常用咒语 (Prompts)
"帮我分析下这个功能的逻辑,我想看图。" "我要重构登录模块的校验流程,先出图和施工单。" "基于当前代码,审计一下新增 API 对现有架构的影响。"
🔒 隐私与安全
BYOK (自带 Key):VibeLogic 运行在你的本地环境,不存储任何代码,完全复用你 Cursor 选定的模型能力。 拒绝复杂化:仅在涉及核心逻辑变动时激活,不干扰常规的 UI 调整和 Bug 修复。
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.