← All servers
πŸ”§

ContinuumVerifiedπŸ›‘ No advisories

io.github.pouyahasanamreji/continuum
New to MCP? Start here β†’
107β˜… stars
0weekly installs
2 months agolast release

Provenancewhere it came from, and what was verified

βœ“
Verified namespace

Published to the official MCP registry by github.com/pouyahasanamreji, which proved it owns this namespace.

Verified owner: github.com/pouyahasanamreji β†—io.github.pouyahasanamreji/continuum

πŸ›‘ Permissions & trustwhat this server can touch before you run it

βœ“
Configuration
Reads ORCHESTRATOR_DB_PATH, EMBEDDER_URL, EMBEDDER_MODEL, EMBEDDER_DIM.

About

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

Packages & transports

dockerdocker.io/pouyahasanamreji/continuum:0.3.0vlatest Β· docker
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "continuum": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/pouyahasanamreji/continuum:0.3.0"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm docker.io/pouyahasanamreji/continuum:0.3.0