innernet docs
innernet is a versioned context system for ideas and code. You save structured context once; every AI you connect reads it live. No copy-paste between sessions, no re-explaining yourself to every new chat.
There are two ways in:
- MCP — connect any MCP-aware client (Claude Code, Claude Desktop, Cursor, ChatGPT, Cline, Zed) to one URL and your context follows you across tools. Connect an AI →
- REST API + SDK — build apps and agents on the same memory layer: namespaced memories for your own users, branchable versioned context maps, ranked search. API guide →
the shape of it#
Each project is a Context Map: dimensions (markdown documents like vision or technical), nodes (structured entities — people, decisions, artifacts), and a commit log (append-only history of every change). Branches fork the whole map; merges bring direction back to trunk.
On top of the raw stores, each project carries a capture protocol — instructions telling the AI what to save and how, tuned to this project. A logistics project and a screenplay don't get the same advice.