Tell your project once. Every AI agent stays up to date.
Faydabul Context syncs Markdown from your repo, versions each publish, and serves search + MCP to Cursor, Claude, ChatGPT, and custom agents.
pnpm add -g @faydabul/cli → faydabul context init → faydabul context sync
Why teams lose context
Docs drift, agents re-read stale files, and nobody agrees which answer is current.
Scattered knowledge
No version for agents
Unsafe copy-paste
Init, sync, connect
faydabul context init
Link a context project in faydabul.yml and scan local docs with secret detection.
faydabul context sync
Upload only deltas, publish an immutable version, and index chunks for search.
Connect agents
Issue read tokens or MCP tools so agents query the same published version with citations.
Built for builders
- Delta sync from CI or laptop
- Immutable versions with diff and rollback
- Full-text search with path, heading, and line citations
- Scoped read tokens and secret scan (block by default)
- Collections, share links, and webhooks (rolling out)
- Hybrid vector search via Qdrant (worker embeddings)
Versions agents can trust
Each sync creates a version you can publish, pin as production, or roll back without rewriting history. Aliases like latest and production keep MCP clients stable.
Security first
Tokens are hashed server-side, revocable instantly, and scoped per project. Document content is treated as untrusted data in MCP responses to reduce prompt injection.
Where teams use Context
Onboarding
New engineers ask agents questions grounded in your runbooks and ADRs.
Support & audit
Pin a version for compliance reviews and share read-only links.
CI documentation
GitHub Actions runs faydabul context sync --ci on every docs change.
Multi-agent products
Several agents share one search index instead of re-uploading files.
Integrations
- MCP — search_documents, get_document, list_changes
- HTTP API — /api/context/v1 for custom agents
- @faydabul/cli CLI — init, sync, watch, search
- GitHub Actions — example workflow for docs on main
- Qdrant — vector layer for hybrid search (dev compose)
Example search
Agents receive snippets with stable source URLs.
$ faydabul context search "rollback deploy" → docs/runbooks/deploy.md § Rollback (lines 42-58) → v12 · score 0.91 · https://…/documents/…
Ship docs once. Let every agent catch up.
Create an account, link a repo folder, and run your first sync in minutes.
Try the first project from the panel
During early access, you can create an account and review the deploy and AI Gateway flow.