Skip to main content
ClaudeWave

One private, local memory your AI tools share. Cross-model, on-device, never lose a session.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/GATSV-tech/epiphany
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "epiphany": {
      "command": "node",
      "args": ["/path/to/epiphany/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/GATSV-tech/epiphany and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Epiphany

**One private, local memory your AI tools share.**

Every AI you use forgets you the moment the chat ends. You re-explain the same context over and over, and when a session dies, the reasoning behind it is gone for good. Epiphany fixes that. It's a single memory that lives on **your** machine, that Claude, Grok, Gemini, and more all read from and write to, so what you tell one, the others already know.

- **Local-first.** Your brain is a file on your disk. Nothing leaves the machine. No account, no cloud, no company owns your memory.
- **Cross-model.** One shared memory across Claude (Desktop + Code), Grok, Gemini, Cursor, Antigravity, Warp, Hermes, and Perplexity. Tell Grok something, ask Claude about it.
- **Real memory, not bullet points.** Thoughts carry their reasoning and connect into a graph, so recall returns *why* something is true and what it followed from, not a lone fact. Ask a follow-up and it holds the thread.
- **Never lose a session.** A background watcher reads the transcripts your tools already write to disk and files every session into the brain in near-real-time, even ones that crashed before anything was saved.

---

## How it works

Epiphany is a local [MCP](https://modelcontextprotocol.io) server plus a tiny CLI.

1. It runs a small server on your machine that exposes two tools to any AI client: `recall` and `remember`.
2. `epiphany connect <tool>` wires that server into each AI tool, in the tool's own config format, and installs a standing rule so the agent reaches for your memory on its own.
3. Memories are embedded **on-device** (a local model, nothing sent anywhere) and stored in SQLite. Agents wire explicit reasoning connections between thoughts (`because`, `builds_on`, `part_of`, ...), and recall walks that graph to reconstruct the whole thought-string.
4. A background watcher sees your tools' session logs the moment they change and sweeps them into the brain, so nothing is ever lost.

The intelligence stays in the models you already use. The brain itself is a fast, private librarian: it holds, connects, and recalls. It never phones home.

---

## Quickstart

Requires Node 18+.

```bash
npm install -g epiphany-mcp   # puts the `epiphany` command on your PATH
```

Or build from source:

```bash
git clone https://github.com/GATSV-tech/epiphany.git
cd epiphany
npm install
npm run build
npm link
```

Wire it into the tools you use, then fully restart each one:

```bash
epiphany connect claude-code
epiphany connect grok
epiphany connect gemini
epiphany list          # see all supported tools
```

Turn on the background "never lose a session" sweep:

```bash
epiphany schedule
```

That's it. Now talk to any connected AI. It will recall what you've told the others and save what's worth keeping, on its own.

Run `epiphany` with no arguments any time to open the dashboard and look inside your brain.

---

## Supported tools

| Tool | Connector | Standing rule |
|---|---|---|
| Claude Code (every terminal) | auto | auto |
| Grok CLI | auto | auto |
| Gemini CLI | auto | auto |
| Antigravity (Google IDE) | auto | shared with Gemini |
| Claude Desktop | auto | guided (account setting) |
| Cursor | auto | guided (app setting) |
| Warp (terminal, Agent Mode) | auto | guided (app setting) |
| Hermes (Nous Research agent) | auto | guided (instructions) |
| Perplexity (Mac app) | guided | guided (instructions) |

---

## Commands

```
epiphany connect <tool>   wire Epiphany into an AI tool (connector + rule)
epiphany rule <tool>      update just the standing rule for a tool
epiphany list             show supported tools
epiphany dash             open the interactive dashboard (browse, search, curate)
epiphany graph            see your whole brain as an interactive visual graph
epiphany weave            wire the reasoning connections between related memories (optional; uses your LLM key)
epiphany status           show brain size, connected tools, and auto-capture state
epiphany ingest           sweep session logs into the brain now (one-shot)
epiphany watch            run the near-real-time watcher in the foreground
epiphany schedule         install the background watcher (captures sessions as they happen)
```

Your brain lives at `~/.epiphany/brain.db`. It's yours. Back it up, inspect it, delete it, it's just SQLite.

---

## Roadmap

Epiphany's core, local cross-model memory with reasoning graphs and automatic capture, works today. Next:

- **More session sources** for the ingestor (Claude Code, Cursor transcripts).
- **Reconciliation.** When a fact changes, the brain flags the conflict and you confirm the update, so memory self-corrects instead of piling up contradictions.
- **Cloud bridge.** An optional relay so cloud-only surfaces (ChatGPT on the web, wearables) can reach your local brain.
- **Desktop app.** A download-and-run shell for people who don't live in a terminal.

Contributions and ideas welcome.

---

## License

MIT.
ai-memoryclaudecross-modelllmlocal-firstmcpmemorymodel-context-protocol

Lo que la gente pregunta sobre epiphany

¿Qué es GATSV-tech/epiphany?

+

GATSV-tech/epiphany es mcp servers para el ecosistema de Claude AI. One private, local memory your AI tools share. Cross-model, on-device, never lose a session. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala epiphany?

+

Puedes instalar epiphany clonando el repositorio (https://github.com/GATSV-tech/epiphany) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar GATSV-tech/epiphany?

+

GATSV-tech/epiphany aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene GATSV-tech/epiphany?

+

GATSV-tech/epiphany es mantenido por GATSV-tech. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a epiphany?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega epiphany en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: GATSV-tech/epiphany
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gatsv-tech-epiphany)](https://claudewave.com/repo/gatsv-tech-epiphany)
<a href="https://claudewave.com/repo/gatsv-tech-epiphany"><img src="https://claudewave.com/api/badge/gatsv-tech-epiphany" alt="Featured on ClaudeWave: GATSV-tech/epiphany" width="320" height="64" /></a>

Más MCP Servers

Alternativas a epiphany