Skip to main content
Glama

VibeFrame

CI License: MIT

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 factA derived / B enriched / C asserted; 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

Getting started

install → first feature → the safety net

Architecture

the daemon, ground-truth asymmetry, package boundaries

The .vibeframe/ format

capabilities, workflows, components, constraints, decisions

Schema versioning

the three version domains and the migration contract

Validation & drift

every check, its gradations, and its documented false negatives

MCP interface

the seven vibe_* tools, resources, prompts

Claude Code integration

plugin, hooks, AGENTS.md digest

CLI · Browser UI

command and lens reference

Contributing · Security

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 suite

See docs/contributing/development.md and CLAUDE.md.

License

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Turn 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.
    45
    13
    GPL 3.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides persistent architectural memory and structural cognition for AI coding agents, enabling efficient orientation, graph-aware context, and drift detection across codebase evolution.
    890
    289
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides 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.
    10
    MIT

View all related MCP servers

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.

View all MCP Connectors

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/jubayertalha/vibeframe'

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