continuum

MehdiMohseni82/continuum
★ 0 stars TypeScript AI/LLM Updated today
An external brain & sync backbone for Claude Code — session capture, cross-machine memory, inter-agent bus, self-hosted embeddings, MCP server, and a Next.js UI.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "continuum": {
      "command": "npx",
      "args": [
        "-y",
        "MehdiMohseni82/continuum"
      ]
    }
  }
}

README Excerpt

An external brain and sync backbone for Claude Code. It captures every session, carries context between machines, gives Claude a **durable memory** it can't forget, and lets parallel agents **talk to each other** — with an API, a Blazor UI, and an MCP server on top. All four phases are implemented and verified end-to-end: