{"repo":"redstone-md/Continuum","free":true,"listed":false,"github":"https://github.com/redstone-md/Continuum","clone":"git clone https://github.com/redstone-md/Continuum.git","description":"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.","language":"Rust","stars":39,"topics":[],"license":"MIT","category":"mcp-servers","readme_excerpt":"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. Why Standard MCP servers are spawned per-agent over stdio and forget everything when the agent exits. Continuum runs a single long-lived daemon per workspace: agents come and go, but the code graph and the inter-agent memory persist. One agent can hand off architectural intent to the next without re-deriving context. Features - Live code graph — tree-sitter parsing of Rust, Python, JavaScript, TypeScript, Go, PHP and Lua, kept in sync by a filesystem watcher. - Hybrid code search — search code fuses lexical BM25 ranking with semantic embeddings (a local, pure-Rust model2vec model) via reciprocal rank fusion. One compact row per hit — a token-efficient replacement for grep. - Code navigation — file outlines, symbol definitions, caller lookup, and local dependency graphs, served from the in-memory code graph. - Cross-agent memory — architectural decisions, an action-history log of agent intents, and an append-only scratchpad for handoffs. - Daemon + thin adapter — one stateful daemon per workspace; each agent runs a lightweight stdio↔TCP proxy that auto-spawns the daemon on demand. Architecture The daemon holds the AST knowledge graph in memory and persists agent memory to a local SQLite database. Adapters are stateless. See DESIGN.md for the full desi","default_branch":null,"files":null,"tree":[],"storefront":"/r/redstone-md","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/redstone-md/Continuum/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}