continuum-mcp
v0.1.6
Published
Continuum — a persistent, multi-agent Model Context Protocol server for shared code context and cross-agent memory
Maintainers
Readme
continuum-mcp
The Continuum MCP server, packaged for
npx. Continuum is a persistent, multi-agent Model Context Protocol server that
gives AI coding agents a shared, live code graph and a memory that survives
across agents and sessions.
Use
Point any MCP-capable agent (Claude Code, Codex CLI, Gemini CLI, OpenCode) at:
{
"command": "npx",
"args": ["-y", "continuum-mcp"]
}On install, the package downloads the prebuilt Continuum binaries for your platform. The launcher then runs the MCP adapter, which auto-spawns one daemon per workspace.
Supported platforms: Linux x64, macOS x64/arm64, Windows x64. On any other platform, build from source — see the main repository.
License
MIT.
