Continuum MCP Server
Rank #10,293io.github.pouyahasanamreji/continuum
Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.
Continuum MCP Server is a Model Context Protocol (MCP) server published by pouyahasanamreji. It ranks #10,293 of 132,046 servers tracked on MCP Toplist, and its repository has 110 GitHub stars. Continuum MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 2, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 121,753 of 132,046 servers on MCP Toplist.
Use Continuum MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add continuum -e "ORCHESTRATOR_DB_PATH=<your ORCHESTRATOR_DB_PATH>" -e "EMBEDDER_URL=<your EMBEDDER_URL>" -e "EMBEDDER_MODEL=<your EMBEDDER_MODEL>" -e "EMBEDDER_DIM=<your EMBEDDER_DIM>" -- docker run -i --rm -p 7776:7776 -v continuum-data:/data docker.io/pouyahasanamreji/continuum:0.3.0Replace each placeholder with your own value before saving.
[mcp_servers.continuum]
command = "docker"
args = ["run", "-i", "--rm", "-p", "7776:7776", "-v", "continuum-data:/data", "docker.io/pouyahasanamreji/continuum:0.3.0"]
[mcp_servers.continuum.env]
ORCHESTRATOR_DB_PATH = "<your ORCHESTRATOR_DB_PATH>"
EMBEDDER_URL = "<your EMBEDDER_URL>"
EMBEDDER_MODEL = "<your EMBEDDER_MODEL>"
EMBEDDER_DIM = "<your EMBEDDER_DIM>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"continuum": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"7776:7776",
"-v",
"continuum-data:/data",
"docker.io/pouyahasanamreji/continuum:0.3.0"
],
"env": {
"ORCHESTRATOR_DB_PATH": "<your ORCHESTRATOR_DB_PATH>",
"EMBEDDER_URL": "<your EMBEDDER_URL>",
"EMBEDDER_MODEL": "<your EMBEDDER_MODEL>",
"EMBEDDER_DIM": "<your EMBEDDER_DIM>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"continuum": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"7776:7776",
"-v",
"continuum-data:/data",
"docker.io/pouyahasanamreji/continuum:0.3.0"
],
"env": {
"ORCHESTRATOR_DB_PATH": "<your ORCHESTRATOR_DB_PATH>",
"EMBEDDER_URL": "<your EMBEDDER_URL>",
"EMBEDDER_MODEL": "<your EMBEDDER_MODEL>",
"EMBEDDER_DIM": "<your EMBEDDER_DIM>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"continuum": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"7776:7776",
"-v",
"continuum-data:/data",
"docker.io/pouyahasanamreji/continuum:0.3.0"
],
"env": {
"ORCHESTRATOR_DB_PATH": "<your ORCHESTRATOR_DB_PATH>",
"EMBEDDER_URL": "<your EMBEDDER_URL>",
"EMBEDDER_MODEL": "<your EMBEDDER_MODEL>",
"EMBEDDER_DIM": "<your EMBEDDER_DIM>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"continuum": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"7776:7776",
"-v",
"continuum-data:/data",
"docker.io/pouyahasanamreji/continuum:0.3.0"
],
"env": {
"ORCHESTRATOR_DB_PATH": "<your ORCHESTRATOR_DB_PATH>",
"EMBEDDER_URL": "<your EMBEDDER_URL>",
"EMBEDDER_MODEL": "<your EMBEDDER_MODEL>",
"EMBEDDER_DIM": "<your EMBEDDER_DIM>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"continuum": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"7776:7776",
"-v",
"continuum-data:/data",
"docker.io/pouyahasanamreji/continuum:0.3.0"
],
"env": {
"ORCHESTRATOR_DB_PATH": "<your ORCHESTRATOR_DB_PATH>",
"EMBEDDER_URL": "<your EMBEDDER_URL>",
"EMBEDDER_MODEL": "<your EMBEDDER_MODEL>",
"EMBEDDER_DIM": "<your EMBEDDER_DIM>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pouyahasanamreji%2Fcontinuum)<a href="https://mcptoplist.com/server/io.github.pouyahasanamreji%2Fcontinuum"><img src="https://mcptoplist.com/badge/io.github.pouyahasanamreji%2Fcontinuum.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
pouyahasanamreji
Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | May 13, 2026 |
Frequently asked questions
- Who maintains Continuum MCP Server?
- Continuum MCP Server is maintained by pouyahasanamreji, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Continuum MCP Server listed on the Official MCP Registry?
- Yes — Continuum MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Continuum MCP Server have?
- MCP Toplist tracks 1 version of Continuum MCP Server, most recently published on May 13, 2026.
- Where can I find the source code for Continuum MCP Server?
- The source code for Continuum MCP Server is hosted at github.com/pouyahasanamreji/continuum.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.