Skip to content
Claude Code

continuum for Claude Code

io.github.pouyahasanamreji/continuum

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

client:Claude Code transport:stdio runtime:oci

Install continuum in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add continuum -e ORCHESTRATOR_DB_PATH=<ORCHESTRATOR_DB_PATH> -e EMBEDDER_URL=<EMBEDDER_URL> -e EMBEDDER_MODEL=<EMBEDDER_MODEL> -e EMBEDDER_DIM=<EMBEDDER_DIM> -- docker run -i --rm docker.io/pouyahasanamreji/continuum:0.3.0

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

continuum in other clients