ArcRift
UnclaimedPersistent local memory layer for AI. ArcRift uses a extension and a native MCP server to sync context and decisions from your browser chats (Claude, ChatGPT, DeepSeek) straight to your local IDE agents (Cursor, Claude Code, Windsurf) powered by a local SQLite knowledge graph.
Install
npx arcrift-setupUnclaimed 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 (11)
Auto-Connect
Once a session is active, ArcRift re-attaches automatically on every page load. No clicking required — just type.
ChromaDB
8000
get_project_summary
Returns a structured knowledge graph summary for a project as readable markdown.
identify_active_project
Matches a folder path against saved project names. Lets the AI agent auto-detect which project it is working on from the CWD.
list_projects
Lists all saved projects with metadata — chunk count, triple count, last updated.
MongoDB
27017
Neo4j
7474 / 7687
prune_memory
Surgically removes facts or chunks matching a description. Corrects outdated information without wiping an entire project.
recall_context
Retrieves the top-N most relevant memory chunks for a prompt, scoped to a project. Includes knowledge graph facts.
search_memory
Cross-project global search. Useful for finding decisions made in a different project that apply to the current one.
store_memory
Saves text or a transcript to ArcRift Memory. Auto-creates the project if it does not exist. Triggers full background indexing.