Continuum

redstone-md/Continuum
★ 14 stars Rust 🤖 AI/LLM Updated 1d ago
A persistent, multi-agent Model Context Protocol (MCP) server. Continuum gives AI coding agents — Claude Code, OpenCode, Codex, Gemini CLI — a shared, live view of a codebase and a memory that survives across agents and sessions.
View on GitHub → Try with Claude — $10 free →

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": "cargo",
      "args": [
        "run",
        "--",
        "Continuum"
      ]
    }
  }
}