continuum for Cursor
io.github.pouyahasanamreji/continuum
Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.
client:Cursor
transport:stdio
runtime:oci
Install continuum in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"continuum": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/pouyahasanamreji/continuum:0.3.0"
],
"env": {
"ORCHESTRATOR_DB_PATH": "<ORCHESTRATOR_DB_PATH>",
"EMBEDDER_URL": "<EMBEDDER_URL>",
"EMBEDDER_MODEL": "<EMBEDDER_MODEL>",
"EMBEDDER_DIM": "<EMBEDDER_DIM>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs