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 kontexted
View on GitHub

The Friction You Know

You've already felt these pain points. They're part of your daily workflow now.

Scattered Across Repos

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.

Copy-Paste Workflow

New AI session? Time to paste your context files again. And again. And again. Every. Single. Time.

No Real-Time Sync

Team member updates the architecture doc. You're working from yesterday's version. Merge conflicts in markdown. Fun times.

Tool Lock-in

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.

One Hub, Every Tool

Build context once, connect via Disk Sync or MCP to any AI assistant. Claude, Cursor, OpenCode, Windsurf—your context travels with you.

Real-Time Collaboration

Team edits together. No merge conflicts, no stale versions. Powered by Yjs CRDT technology for seamless multi-user editing.

Structured Organization

Workspaces, folders, nested hierarchy. Not a flat directory of files. Find what you need, when you need it.

Version History & Blame

See what changed, when, and who did it. Beyond git commits—track changes at the document level with full blame attribution.

Bidirectional Sync

Edit in Kontexted or on disk. Changes flow both ways. Your existing markdown workflow stays intact—enhanced, not replaced.

Local-First Storage

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.

Claude Code
Cursor
OpenCode
Windsurf
Copilot
Any file-reading AI
Disk Sync

Syncs to .kontexted/ folder. Any AI that reads files works. Just point your AI to the folder and you're done.

MCP Server

Built-in endpoint for Claude Desktop, Cursor, and MCP-compatible tools. Structured context delivery with full search and retrieval.

Three Steps

1

Install

npm i -g kontexted

2

Sync

kontexted sync init --alias local

3

Done

Your AI now has persistent context that syncs in real-time.

Who This Is For

Great fit if you
Use multiple AI tools (Claude, Cursor, etc.)
Work on long projects with complex context
Collaborate with a team on shared codebases
Maintain coding patterns and standards docs
Store architecture decisions and specs
Want context that travels between AI tools
Maybe not if you
Only use AI for one-off questions
Work on disconnected short projects
Don't need to share context with teammates
Prefer starting fresh every session

Get Started

Install the CLI, initialize the server, and you're ready to go.

npm i -g kontexted
kontexted server init
kontexted server start
CLI + server binary includedNo Docker neededWindows, Linux, macOSRequires Node 18+
Docker option (for teams/production)
git clone https://github.com/rabbyte-tech/kontexted.git
cd kontexted
docker compose up -d