-
Notifications
You must be signed in to change notification settings - Fork 0
Home
VIKAS SAHANI edited this page Mar 26, 2026
·
1 revision
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.
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.
- README for install and MCP setup
- Developer Guide for maintainers and contributors
- FAQ for common operational and adoption questions
- Use Cases and Limitations for adoption guidance
- Security Policy for the threat model and disclosure path
- Changelog for release history
npx context-fabric init
npx context-fabric doctor
npx context-fabric doctor --repair- 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
Publication happens in this order:
- Manual
npm publish - Matching Git tag push
- MCP registry publication through GitHub Actions
That ordering keeps registry metadata aligned with an already-available npm package version.
Context Fabric is built for developers working with AI coding agents in real repositories, under real constraints.
- Questions and product discussion: GitHub Discussions
- Bugs and reproducible defects: GitHub Issues
- Security reports: Security Policy
- Repository: VIKAS9793/context-fabric
- npm package: context-fabric
- MCP metadata: server.json
- Release notes: CHANGELOG.md
Context Fabric is intentionally:
- Local-first
- Git-backed
- Security-conscious
- Bounded in scope
- Built for practical AI engineering workflows
Built and maintained by VIKAS SAHANI.