vibeframe
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vibeframePlan a new feature: add dark mode, declare its workflow, and bind the code"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VibeFrame
A control plane for agentic coding. VibeFrame maintains a living, in-repo model of what your software is supposed to be — business intent, system design, and the code itself — keeps it deterministically synchronized with reality, and shows you where they diverge.
Coding agents write code faster than anyone can read it. What evaporates is the theory: what exists, why it exists, which decisions are load-bearing, and whether the code still matches what was decided. VibeFrame captures that theory at the moment it is cheapest to capture (planning time, through the agent's own MCP protocol), stores it as plain files in your repo, verifies it mechanically forever, and pays the agent back with task-scoped context briefs that beat re-grepping the codebase.
Three planes, one graph — capabilities & workflows (intent), components & constraints (system), files & symbols (code, 100% derived — never guessed).
Trust tiers on every fact —
Aderived /Benriched /Casserted; staleness is visible, never silent.Drift detection with evidence — a live reflexion model: divergence, absence, broken bindings, orphans, cycles, locked-decision touches. Zero LLM calls; the framework is deterministic and the coding agent is the intelligence.
In-repo model —
.vibeframe/YAML/Markdown versioned by git: branch-safe, PR-reviewable, survives any tool. A gitignored SQLite index is derived and rebuildable.One daemon per project — Streamable-HTTP MCP endpoint, REST + SSE, and a live browser UI (Map, Focus, Inspector, Activity, Drift inbox, Decisions) in a single process.
Claude Code first — a plugin bundles the MCP server, deterministic hooks, and skills; the model also serves any agent through an AGENTS.md digest.
Install (v0.1.0 — not on npm yet)
Install the release tarballs directly from GitHub into your project (Node ≥ 22.12):
npm i -D https://github.com/jubayertalha/vibeframe/releases/download/v0.1.0/vibeframe-0.1.0.tgz https://github.com/jubayertalha/vibeframe/releases/download/v0.1.0/vibeframe-core-0.1.0.tgz https://github.com/jubayertalha/vibeframe/releases/download/v0.1.0/vibeframe-store-0.1.0.tgz https://github.com/jubayertalha/vibeframe/releases/download/v0.1.0/vibeframe-indexer-0.1.0.tgz https://github.com/jubayertalha/vibeframe/releases/download/v0.1.0/vibeframe-engine-0.1.0.tgz https://github.com/jubayertalha/vibeframe/releases/download/v0.1.0/vibeframe-daemon-0.1.0.tgz(Or from a clone: npm ci && npm run build && npm pack --workspaces, then npm i -D the
tarballs. Do not npm i vibeframe — that name currently belongs to an unrelated
package on the registry.)
Related MCP server: OpenLore
Quickstart
npx vibeframe init # scaffold .vibeframe/ — commit it
claude mcp add vibeframe -- npx vibeframe mcp # or install the Claude Code plugin (below)
npx vibeframe start # daemon + browser UI (prints the URL)For the full Claude Code experience (MCP plus deterministic hooks and the
/vibeframe:* commands), install the plugin from this repository inside Claude Code —
/plugin marketplace add jubayertalha/vibeframe then /plugin install vibeframe — and
skip the claude mcp add line above (the plugin brings the server).
Then ask your agent to plan a feature. It orients with one vibe_context call, declares
the workflow before coding, binds implementations after — and everything it forgets, the
deterministic layer catches: violations come back as same-turn warnings, unexplained
changes queue for reconciliation, and the drift inbox shows exactly where reality left
the plan, with file:line evidence. Full walkthrough:
docs/getting-started.md.
Documentation
install → first feature → the safety net | |
the daemon, ground-truth asymmetry, package boundaries | |
capabilities, workflows, components, constraints, decisions | |
the three version domains and the migration contract | |
every check, its gradations, and its documented false negatives | |
the seven | |
plugin, hooks, AGENTS.md digest | |
command and lens reference | |
working on VibeFrame; the trust model |
Status
v0.1.0 — the complete loop on greenfield TypeScript/JavaScript/Python projects: init → declare → index → link → validate → reconcile, with the daemon, MCP tools, hooks, and the six-lens UI. Deferred by design (see the Discovery): other-agent adapters, brownfield adopt-mode, symbol-level call graphs, teams, anything hosted.
Development
npm ci && npm run build && npm run check # lint + typecheck + unit tests
npm run test:dogfood # the full-loop acceptance suiteSee docs/contributing/development.md and CLAUDE.md.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceTurn any codebase into an AI-readable neural map — with proof. Every claim linked to code anchors (line + SHA-256 hash), every context window optimized with greedy token budgeting, every session protected by drift detection. Tree-sitter indexing across 11 languages, cross-session learning, AI enrichment, and 28 MCP tools. Zero config — just connect and your AI agent remembers everything.4513GPL 3.0
- AlicenseNot gradedqualityAmaintenanceProvides persistent architectural memory and structural cognition for AI coding agents, enabling efficient orientation, graph-aware context, and drift detection across codebase evolution.890289MIT
- AlicenseNot gradedqualityBmaintenanceProvides AI coding assistants with deep, semantic understanding of local codebases via AST-aware chunking, cross-repo symbol graphs, and architectural memory, enabling context-aware code search and dependency tracing.10MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI coding agents with persistent architectural memory of codebases, enabling impact analysis, test generation, and code generation with reduced token usage.MIT
Related MCP Connectors
Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
Deterministic context layer for your codebase: change impact, blast radius, answers with receipts.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jubayertalha/vibeframe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server