hippocampus
Active·★ 12·AGPL-3.0·Updated 2026-05-25
★ Trending★ Memory & Context
Open-source MCP memory server. Universal AI memory across all platforms.
Hippocampus is an open-source, self-hosted MCP memory server that provides persistent, cross-platform memory for AI assistants. Deploy once and connect to multiple AI platforms such as Claude, ChatGPT, Gemini, Cursor, and Perplexity, enabling them to share and recall context seamlessly. It uses a knowledge graph with local embeddings and encrypts the database at rest.
#ai#chatgpt#claude#encryption#gemini#knowledge-graph#mcp#mcp-server
01
Features
01Cross-platform memory sharing across major AI tools via MCP protocol
02Knowledge graph storage with entities, observations, and relationships
03Semantic search using local embeddings (all-MiniLM-L6-v2)
04AES-256 database encryption via SQLCipher, including embedding vectors
05Self-contained OAuth 2.1 authentication with PKCE
02
Compatibility
Claude.ai (browser + mobile)
Native support
Verified via docs
Claude Code
Native support
Verified via docs
Claude Desktop
Native support
Verified via docs
ChatGPT (web + mobile)
Native support
Verified via docs
ChatGPT API
Native support
Verified via docs
Gemini CLI
Native support
Verified via docs
03
Quick start
1
$ git clone https://github.com/karrolcia/hippocampus.git
2
$ cd hippocampus
3
$ npm install
4
$ cp .env.example .env
5
$ npm run dev
04
Use cases
↳Store and recall personal preferences across different AI assistants
↳Maintain project context and decisions when switching between AI tools
↳Avoid repeating information when using multiple AI platforms simultaneously
05
Alternatives
letta★ 23.0k
Letta is the platform for building stateful agents: open AI with advanced memory that can learn and self-improve over time.
DesktopCommanderMCP★ 6.1k
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
Auto-claude-code-research-in-sleep★ 11.0k
ARIS ⚔️ (Auto-Research-In-Sleep) — Claude Code skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation via Codex MCP
Related searches
Comments
Log in to leave a comment
- TTaylor GarciaMay 24, 2026
Open-source means you control and can audit your AI's memory store.
- PPeyton RiveraMay 14, 2026
Universal design means you don't need different memory solutions per AI tool.
- RReese LewisApr 28, 2026
Good for developers who want a single memory layer that works with any AI tool.
- CCameron JacksonApr 11, 2026
Universal AI memory across all platforms via open-source MCP server.