Your AI coding has been "kontexted"
You're Already Managing Context. Do It Better.
Your markdown specs work. But they're scattered, isolated, and manual. Kontexted gives you one collaborative hub that syncs to every AI tool.
npm i -g kontextedThe Friction You Know
You've already felt these pain points. They're part of your daily workflow now.
Your stack docs are in repo A, patterns in repo B, decisions in a Notion doc somewhere. Context is everywhere except where you need it.
New AI session? Time to paste your context files again. And again. And again. Every. Single. Time.
Team member updates the architecture doc. You're working from yesterday's version. Merge conflicts in markdown. Fun times.
Your context is organized for Cursor. Now you want to try Claude Code. Start over. Your docs don't travel with you.
What You Get
A complete solution for persistent, collaborative AI context management.
Build context once, connect via Disk Sync or MCP to any AI assistant. Claude, Cursor, OpenCode, Windsurf—your context travels with you.
Team edits together. No merge conflicts, no stale versions. Powered by Yjs CRDT technology for seamless multi-user editing.
Workspaces, folders, nested hierarchy. Not a flat directory of files. Find what you need, when you need it.
See what changed, when, and who did it. Beyond git commits—track changes at the document level with full blame attribution.
Edit in Kontexted or on disk. Changes flow both ways. Your existing markdown workflow stays intact—enhanced, not replaced.
Your data stays on your machine. Self-hostable, no vendor lock-in. Complete control over where your context lives.
Works With Your Stack
Any AI tool that reads files works with Kontexted.
Syncs to .kontexted/ folder. Any AI that reads files works. Just point your AI to the folder and you're done.
Built-in endpoint for Claude Desktop, Cursor, and MCP-compatible tools. Structured context delivery with full search and retrieval.
Three Steps
Install
npm i -g kontexted
Sync
kontexted sync init --alias local
Done
Your AI now has persistent context that syncs in real-time.
Who This Is For
Get Started
Install the CLI, initialize the server, and you're ready to go.
npm i -g kontextedkontexted server initkontexted server startDocker option (for teams/production)
git clone https://github.com/rabbyte-tech/kontexted.gitcd kontexteddocker compose up -d