Shared memory + orchestration for your coding agents — one MCP server, persistent vector memory, agent registry
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",
"pouyahasanamreji/continuum"
]
}
}
}
Run in terminal:
claude mcp add continuum npx -y pouyahasanamreji/continuum
Add to .cursor/mcp.json:
{
"mcpServers": {
"continuum": {
"command": "npx",
"args": [
"-y",
"pouyahasanamreji/continuum"
]
}
}
}