Self-hosted Git-backed AI memory with Markdown files as source of truth and reviewable commits via MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Hypermnesic.
Your second brain lives as plain Markdown in a Git repo you host. ChatGPT, Claude, and your coding agents β on your laptop and your phone β all read and write that same brain through one endpoint. Obsidian is how you browse it.
Here's the part that matters: because every AI keeps curating the same notes, your memory doesn't just persist β it compounds. Every fact captured, every correction, every link added makes the next answer from every assistant sharper. Per-app memory traps you in silos; one shared brain gets smarter each day β and it's plain files you own, not rows in a vendor's database.

Every memory is a real Git commit β reviewable, revertible, yours. The search index is a disposable projection of your files; delete it and rebuild it any time. A reindex can never lose a memory.
Who it's for: developers and power note-takers who want durable agent memory they own β plain files in their own Git history, reachable by every assistant, with no vendor lock-in.
Status: public v0.1.0 release. The engine is licensed under AGPL-3.0-only; the companion plugin ships from the separate GPL-3.0
hypermnesic-companionrepository.

Per-app memory fragments: what you told ChatGPT is invisible to Claude, your phone's assistant forgets what your laptop's agent learned, and none of it is yours to move. A shared brain does the opposite β it turns every interaction into a flywheel:
Because every write is a reviewable Git commit, one assistant's curation is safe, visible, and revertible for all the others. The brain is shared and trustworthy.
Point any MCP-capable app at your endpoint URL and it just works β OAuth is automatic (log in through the browser once, then silent refresh):
On the machine that holds the vault, skip the network entirely and use the hypermnesic CLI.
Setup details are in the Quick start below.
Most "agent memory" keeps your memories in their store. hypermnesic keeps them as plain Markdown in your Git repo; the search index is a throwaway projection you can delete and rebuild at will. Everything else follows from that one choice.
| Question | Hypermnesic | Hosted memory layers |
|---|---|---|
| Source of truth | Markdown files in your Git repo | Service-managed memory store |
| Writes | Git-first commits β reviewable, revertible | API/app-managed writes |
| Reach | One self-hosted OAuth endpoint every client shares | Per-product API or app feature |
| Compounding | Every AI curates one shared brain | Memory siloed per app |
How it sits next to tools you may know:
harness/BENCHMARKS.md.Full tool-by-tool detail β including when hypermnesic is the wrong fit β is in why hypermnesic.
That creates a tiny Markdown git repo, projects it into the disposable index, recalls the
repo-relative source note, and previews the exact commit_note write diff without writing
it. No account, no service.
The demo source is an asciinema cast. It uses only a
generated /tmp/hypermnesic-demo vault and placeholder-safe paths.
Start on the machine that holds the vault. You need only a git repo of markdown
notes. Dense embeddings improve ranking when OPENAI_API_KEY is configured, but the
proof also works offline in lexical mode.
The proof path validates a git-backed vault, projects committed markdown files into the
disposable .hypermnesic/ index, asks a natural-language question, returns the
repo-relative source markdown path, and shows a commit_note dry-run diff without
creating a write commit. The success milestone is Local memory works.
After the local proof succeeds, bring the shared endpoint online for remote apps. You need
Tailscale installed and logged in (tailscale up); hypermnesic
uses Tailscale Funnel for public HTTPS + automatic TLS, so there is no reverse proxy or
cert to manage.
setup renders + starts a user service, generates an owner-only consent secret
(~/.config/hypermnesic-cloud/cloud.env, chmod 600), configures the Tailscale funnel
(the /mcp mount + the OAuth discovery well-knowns), then verifies the live HTTPS
discovery chain before reporting success. Re-running it converges to the same state.
It prints milestone checks, your endpoint URL, and login instructions. --resource
defaults to --public-url; pass it only when the OAuth resource identifier differs.
doctor and status report local index health, remote reach, OAuth discovery, auth
challenge, write availability, dense key source/state, vector coverage, and client-specific
next actions without mutating state. Read tools also expose degraded_reason; after an
embedding 429 they cool down provider calls while continuing to serve lexical/graph results.
Dense key lookup is repo-scoped: process
OPENAI_API_KEY wins, otherwise the target vault's gitignored .env is used even when the
command or MCP server starts from another working directory. Live OpenAI smoke checks stay
opt-in with --check-dense-live. Dense diagnostics keep credential state separate from
projection state: missing indexes point to initialization, and stale/absent vectors point to
hypermnesic converge /path/to/vault --now --json before a full reindex.
By default, new OAuth clients request read; admins can make new approvals request both
read and write with --default-client-scopes read write or
HYPERMNESIC_DEFAULT_CLIENT_SCOPES=read,write.
Point the app's MCP server at your endpoint URL β that's it. OAuth is automatic:
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/leonardsellem-hypermnesic)<a href="https://allmcps.com/mcp/leonardsellem-hypermnesic"><img src="https://allmcps.com/api/badge/leonardsellem-hypermnesic?style=directory" alt="Hypermnesic on AllMCPs" /></a>