Quick start
Home · Docs · Quick start · Install
Give AI a memory of your project.
Contorium preserves decisions, architecture context, and evolution history — so AI can understand your codebase without starting from zero every session.
Install IDE, MCP, or CLI; all share .contora/ in your project folder.
Ask your project (CIL)
| Question | Where it routes |
|---|---|
| What happened this week? | Project History |
| Why was MCP added? | Decision Center |
| What should I do next? | Action Engine (suggestions only) |
| What needs review? | Knowledge Lifecycle · Review Queue |
| Is this decision still valid? | Lifecycle · Knowledge Health |
| Surface | How to ask |
|---|---|
| CLI | contorium ask "Why was MCP added?" · contorium lifecycle |
| MCP | ask_project · get_knowledge_health · get_review_queue |
| IDE | Ask Contorium… · Explore → Review Queue |
CIL suggests and explains. It never executes tasks for you.
Choose your entry point
| If you… | Start with |
|---|---|
| Code in VS Code / Cursor | IDE extension |
| Use Claude Code, Codex, or Cursor Agent | MCP server |
| Work in the terminal or CI | CLI |
Daily workflow
IDE + AI chat
- Install the extension → open a folder (not a single file).
- Set Current focus in the sidebar.
- Use Ask Contorium… or Explore (Review Queue · Knowledge Health).
- New AI chat? Confirm the handoff prompt (Y/n) or Transfer Context.
MCP + AI agent
- One-line MCP setup for your host.
- Open Codex / Claude / Cursor in your project.
- Agent uses
ask_project,get_knowledge_health, ortransfer_projectas needed.
Terminal
contorium init .
contorium ask "What is this project about?"
contorium lifecycle
contorium review
contorium transfer context --copy
See CLI guide · Lifecycle guide.
Three things to remember
- Open a folder — not a single file.
- Git remembers changes. Contorium remembers why.
- Local-first — everything in
.contora/inside your repo.