Local SQLite memory server for saving, searching, and sharing context across Claude Chat, Code, Cowork, and Dispatch.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Acheron MCP Server.
Shared persistent memory across Claude Chat, Code, and Cowork.
Save a decision in Chat. Retrieve it in Cowork. Search for it from Code. All local, all offline, zero configuration.
This connects Acheron to all surfaces โ Chat, Code, Cowork, and Dispatch. This is the recommended setup for full cross-surface bridging.
Open Claude Desktop โ Settings โ Developer โ Edit Config, then add:
Restart Claude Desktop.
If you only need Acheron in Claude Code (terminal / IDE):
Requires Node.js 20+. Native build tools may be needed for better-sqlite3 (details).
Just talk naturally. Acheron's tool descriptions are written so Claude uses them automatically.
Save context โ say "remember this", "save this decision", "note that we chose X":
"Remember: we're using Next.js App Router for the acme-site project."
Search context โ say "what did I decide about...", "find my notes on...":
"What did we decide about the authentication approach?"
Browse context โ say "show me my preferences", "list all decisions for this project":
"Show me everything saved for acme-site."
Acheron is an MCP server. It stores context in a local SQLite database (~/.acheron/bridge.db) with full-text search. No cloud, no network calls, no telemetry. Data never leaves your machine.
Six tools, all prefixed bridge_:
| Tool | Purpose |
|---|---|
bridge_save_context | Remember decisions, preferences, insights, notes |
bridge_get_context | Retrieve full details of a saved context |
bridge_search_context | Full-text search across all saved contexts |
bridge_list_contexts | Browse and filter by project, surface, type, tags |
bridge_delete_context | Forget a saved context |
bridge_status | Overview of what's stored |
better-sqlite3 install fails? You need native build tools:
xcode-select --installsudo apt install build-essentialDatabase issues? Delete ~/.acheron/bridge.db โ Acheron recreates it on next start.
MIT
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/timmx7-acheron-mcp-server)<a href="https://allmcps.com/mcp/timmx7-acheron-mcp-server"><img src="https://allmcps.com/api/badge/timmx7-acheron-mcp-server?style=directory" alt="Acheron MCP Server on AllMCPs" /></a>