Skip to content
VIKAS SAHANI edited this page Mar 26, 2026 · 1 revision

Context Fabric Wiki Home

This file is the source content for the GitHub Wiki home page.

It does not automatically appear in the GitHub Wiki tab. GitHub Wikis use a separate .wiki.git repository that must be enabled and published independently.

What Context Fabric Does

Context Fabric is a local-first MCP server that captures Git-backed project state, detects drift, ranks relevant context, applies a token budget, and returns structured briefings to AI coding agents.

Start Here

Core Commands

npx context-fabric init
npx context-fabric doctor
npx context-fabric doctor --repair

Product Boundaries

  • Local-only operation
  • No outbound network
  • No project file writes from MCP tools
  • Git-backed capture as the source of truth
  • Bounded structured retrieval instead of full semantic indexing

Release Policy

Publication happens in this order:

  1. Manual npm publish
  2. Matching Git tag push
  3. MCP registry publication through GitHub Actions

That ordering keeps registry metadata aligned with an already-available npm package version.