every team using ai tools re-explains context across chats, agents, and team members. teams working with ai agents at scale need a single source of truth that every agent can read. existing solutions (saas products, wikis, manual files) are either hosted (data leaves your control), unstructured, or lack a standard ai protocol.
we make the organisation's context a git repo with an mcp server on top. the repo is the backend — it stores everything. git provides version history, branching, pr review, and access control. the mcp server gives every ai agent a standard protocol to read, search, and update it.
three principles:
engineering teams, startups, and open-source projects that use ai coding tools and need persistent organisational context.
| track | what | priority |
|---|---|---|
| server | mcp server with read/write/search/pr tools | p0 |
| template | the organisation.md file with all sections | p0 |
| docs | readme, quickstart, agent prompts | p0 |
| dx | easy setup, clear error messages | p1 |
| extensions | archive pruning, multi-file updates | p2 |