pouyahasanamreji/continuum

View on GitHub ↗

Shared memory + orchestration for your coding agents — one MCP server, persistent vector memory, agent registry

107 ★17 forksTypeScriptUpdated 3mo ago

What you need to know

Local-first shared memory and orchestration for coding agents, combining vectorized knowledge, an agent registry, and a canonical orchestration workflow behind one MCP server.

Install

docker compose -f docker-compose.dev.yml up, or pnpm install && pnpm dev (Node >= 22.12.0, pnpm 10.33+)

Usage

  • Point any MCP client at the Streamable HTTP endpoint and tell it to read the plot; the client becomes an orchestrator that dispatches fresh agents in isolated git worktrees.

Key features

  • Vectorized memory with sqlite-vec and semantic search
  • PLOT.md orchestration protocol seeded into every project
  • Multi-agent registry with a status state machine
  • Two-tier knowledge (fundamental and situational)
  • Human web panel built with Astro and React
  • Local-first with a single SQLite file

Best for

Teams running parallel coding agents (Claude Code, Codex, Cline) that need shared project memory.

Clients: Claude Code · Codex · Cline · Cursor
Documentation ↗

Reviewed 2026-08-11

Topics

agent-memoryagent-orchestrationai-agentsastroclaudeclaude-codecodexmcpmodel-context-protocolmulti-agentnestjsnodejsragsqlite-vectypescriptvector-database
Stars
107★
Forks
17
Language
TypeScript
License
Created
2026-05-02
Last push
2026-05-14