Command Palette

Search for a command to run...

UnylyUnyly
Browse all

timmx7/acheron-mcp-server

FreeNot checked

Cross-surface persistent memory for Claude. Bridges context between Claude Chat, Code, and Cowork via local SQLite with full-text search. Save decisions, prefer

GitHubEmbed

About

Cross-surface persistent memory for Claude. Bridges context between Claude Chat, Code, and Cowork via local SQLite with full-text search. Save decisions, preferences, and insights in one surface, retrieve them in any other.

README

Shared persistent memory across Claude Chat, Code, and Cowork.

  ┌───────────┐     ┌───────────┐     ┌───────────┐
  │   Chat    │     │   Code    │     │  Cowork   │
  └─────┬─────┘     └─────┬─────┘     └─────┬─────┘
        │                 │                  │
        └────────┬────────┴────────┬─────────┘
                 │                 │
           ┌─────▼─────────────────▼─────┐
           │        Acheron MCP          │
           │  ┌───────────────────────┐  │
           │  │  ~/.acheron/bridge.db │  │
           │  └───────────────────────┘  │
           └─────────────────────────────┘
                  Local · No cloud

Save a decision in Chat. Retrieve it in Cowork. Search for it from Code. All local, all offline, zero configuration.

Install

Claude Desktop (recommended)

This connects Acheron to all surfaces — Chat, Code, Cowork, and Dispatch. This is the recommended setup for full cross-surface bridging.

Open Claude Desktop → SettingsDeveloperEdit Config, then add:

{
  "mcpServers": {
    "acheron": {
      "command": "npx",
      "args": ["-y", "acheron-mcp-server"]
    }
  }
}

Restart Claude Desktop.

Claude Code only

If you only need Acheron in Claude Code (terminal / IDE):

claude mcp add acheron -- npx -y acheron-mcp-server

Requires Node.js 20+. Native build tools may be needed for better-sqlite3 (details).

Usage

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."

How it works

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

Troubleshooting

better-sqlite3 install fails? You need native build tools:

Database issues? Delete ~/.acheron/bridge.db — Acheron recreates it on next start.

License

MIT

from github.com/timmx7/acheron-mcp-server

Installing timmx7/acheron-mcp-server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/timmx7/acheron-mcp-server

FAQ

Is timmx7/acheron-mcp-server MCP free?

Yes, timmx7/acheron-mcp-server MCP is free — one-click install via Unyly at no cost.

Does timmx7/acheron-mcp-server need an API key?

No, timmx7/acheron-mcp-server runs without API keys or environment variables.

Is timmx7/acheron-mcp-server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install timmx7/acheron-mcp-server in Claude Desktop, Claude Code or Cursor?

Open timmx7/acheron-mcp-server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare timmx7/acheron-mcp-server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs