Continuum
未认领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.
安装
$
cargo install --path crates/continuum-adapter工具(13 个)
commit_intent
Log what an agent did and expects next
find_callers
Every call site of a symbol
find_text
Literal or regex text search across every file — line-precise grep
get_file_outline
File structure — definitions with bodies folded
get_local_graph
Recursive tree of what a symbol calls
get_recent_changes
Recent agent intents
get_stats
Index health — graph size, semantic-search state, uptime
get_symbol_definition
Full source + docstring of a symbol
read_project_guidelines
Read all stored decisions and lore
read_scratchpad
Read recent scratchpad entries
search_code
Ranked symbol search — hybrid lexical + semantic
store_architectural_decision
Persist a design decision / ADR
write_scratchpad
Append to the shared scratchpad