← Back to Plugins
MCP Server MCP

io.github.pouyahasanamreji/continuum

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/pouyahasanamreji/continuum:0.3.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/pouyahasanamreji/continuum:0.3.0",
      "runtimeHint": "docker",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:7776/mcp"
      },
      "runtimeArguments": [
        {
          "value": "7776:7776",
          "type": "named",
          "name": "-p"
        },
        {
          "value": "continuum-data:/data",
          "type": "named",
          "name": "-v"
        }
      ],
      "environmentVariables": [
        {
          "description": "SQLite path inside container",
          "default": "/data/orchestrator.db",
          "name": "ORCHESTRATOR_DB_PATH"
        },
        {
          "description": "Optional HTTP embedder (Ollama/TEI/OpenAI-compatible). Unset = in-process embedder.",
          "name": "EMBEDDER_URL"
        },
        {
          "description": "Embedding model id",
          "default": "Snowflake/snowflake-arctic-embed-m-v1.5",
          "name": "EMBEDDER_MODEL"
        },
        {
          "description": "Embedding vector dimension",
          "default": "768",
          "name": "EMBEDDER_DIM"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...