Skip to main content
Glama

🧠 VibeLogic MCP

A Deterministic Architecture Engine and Logic Deadlock Protocol for Cursor

As project complexity increases, AI programming often falls into a "hallucination spiral." VibeLogic MCP is not just another code generator; it is a control layer positioned between "human intent" and "code execution." It forces the AI to undergo a visual blueprint audit before making any code modifications.

✨ Core Capabilities

  • Visual Audit: Forces the AI to extract project topology and align logic via Mermaid blueprints, ensuring 100% intent determinism.

  • Logic Deadlock Protocol: An exclusive attention-hijacking protocol that forces the AI to remain on standby until the "blueprint is confirmed," preventing unauthorized refactoring.

  • Cross-File Deep Tracking: Automatically identifies multi-file dependency changes and generates a structured Action Plan.

  • Asset Archiving: All architectural decisions are automatically exported as .md files, permanently preserved as the project's architectural evolution log.

Related MCP server: mcp-edit-math

🚀 Quick Start

1. Installation

Ensure you have Node.js installed, then run the following directly in Cursor:

npx vibelogic-mcp

2. Configure in Cursor

Open Cursor Settings -> Features -> MCP. Click + Add New MCP Server. Configure as follows:

{
  "mcpServers": {
    "VibeLogic": {
      "command": "npx.cmd",
      "args": [
        "-y",
        "vibelogic-mcp@latest"
      ]
    }
  }
}

💡 Common Prompts

"Help me analyze the logic of this feature; I want to see a diagram." "I want to refactor the login module's validation flow; generate a diagram and an action plan first." "Based on the current code, audit the impact of the new API on the existing architecture."

🔒 Privacy and Security

BYOK (Bring Your Own Key): VibeLogic runs in your local environment, stores no code, and fully leverages the model capabilities selected in your Cursor. No Over-complication: Activates only when core logic changes are involved, without interfering with routine UI adjustments or bug fixes.

Available Tools

1 tool
get_logic_blueprintA

仅在涉及项目核心逻辑变更、新增功能、跨文件流程修改,或用户明确要求“查看项目逻辑”、“查看当前项目实现”时调用。 警告:对于调整简单参数、常数、阈值、纯 UI 颜色/样式微调、补充注释、变量重命名、局部语法 Bug 修复等不涉及核心逻辑变动的操作,严禁调用此工具。

ParametersJSON Schema
NameRequiredDescriptionDefault
intentYes用户意图:'view' 表示仅查看,'modify' 表示重构。

TDQS

A3.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It does not describe what the tool does (e.g., whether it reads or modifies, side effects, return values). It only states when to call, missing essential behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise and front-loaded with usage conditions. While slightly verbose with the warning, it remains efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description should explain return values or effect of the tool. It only covers when to call, leaving the agent without knowledge of what to expect from invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with a single parameter 'intent' that has an enum and description. The description adds no additional meaning beyond the schema, so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool is for core logic changes, new features, cross-file modifications, or when user asks to view project logic. It distinguishes what is not its purpose (trivial changes) effectively, despite having no sibling tools to differentiate from.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly specifies when to call and when not to call, with concrete examples of allowed and forbidden use cases. This provides strong guidance for an AI agent to select the appropriate tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev0.1.0
    • First observedget_logic_blueprint

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion between tools.

Naming Consistency5/5

The single tool uses a verb_noun pattern (get_logic_blueprint), and with only one tool, consistency is not an issue.

Tool Count2/5

One tool is too few for a server named 'vibelogic', which suggests a need for multiple logic-related operations. The tool is also highly restricted in usage, further limiting its utility.

Completeness1/5

A single tool cannot cover the expected lifecycle or operations for logic manipulation. The tool itself warns against many common tasks, leaving obvious gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enforces disciplined programming practices by requiring AI assistants to audit their work and produce verified outputs at each phase of development, following structured workflows for refactoring, feature development, and testing.
    20
    35
    12
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Architectural Gatekeeper for AI coding. Prevents "tunnel vision" bugs by forcing the AI to verify dependencies (via AST parsing) before editing files. Supports JavaScript & TypeScript. Blocks unsafe edits until the AI proves it understands the impact
    3
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Real-time architecture governance tool that enforces Clean Architecture, DDD, SOLID, TDD, and Security rules across 8 languages using 11 specialized agents.
    14
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zmx1225/vibelogic-mc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server