mcpbeat Sign in

Epiphany MCP Server

by gatsv-tech Your server? Claim it
local only

Epiphany runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 2 Aug 2026.

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

Installs per day peak 146 · avg 5
a month agotoday
40
Installs / week
npm · epiphany-mcp
1
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Epiphany every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add epiphany -- npx -y epiphany-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "epiphany": {
      "args": [
        "-y",
        "epiphany-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.epiphany]
command = "npx"
args = ["-y", "epiphany-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "epiphany": {
      "args": [
        "-y",
        "epiphany-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "epiphany": {
      "args": [
        "-y",
        "epiphany-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Epiphany

same job, measured the same way
Living Memory
by viibe

An MCP memory server. One memory your agents share — across models, devices and apps.

42 installs/wk answering
Nuramem
by nuramem

Cross-model memory for people and teams: one memory every AI you use loads at session start.

answering
Netcafe Memory
by ainetcafe

Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.

4 tools answering
Atlaso
by atlaso

AI memory layer — one shared, persistent memory across every AI tool you connect.

answering
Nan Forget
by nanmesh

AI that remembers. Local-first cross-session, cross-project long-term memory for coding tools.

74 installs/wk local only
loci
by ivenkoolab

Cross-session memory and hybrid RAG over your notes and docs. Local-first, with cited answers.

local only
Telys — on-device memory
by thyn-ai

Private on-device memory & retrieval for AI assistants — offline vector + lexical search.

131 installs/wk local only
Ambix
by ambix

Your product team's shared strategic memory — an MCP server your AI tools reason over.

answering

Epiphany — questions

Answers built from our own checks of this server.

Why is there no uptime for Epiphany?
Epiphany runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package epiphany-mcp was installed 40 times last week.
How do I connect Epiphany?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls epiphany-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Epiphany?
The npm package epiphany-mcp was installed 40 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Epiphany open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.