Continuum
UnclaimedA 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.
Install
cargo install --path crates/continuum-adapterUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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