hippocampus

hrmtz/hippocampus
★ 0 stars Python AI/LLM Updated 7d ago
Personal memory MCP server — multi-platform conversation ingest into PostgreSQL+pgvector, searched from any agent session, with an opt-in cross-project agent-memory ghost layer.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hippocampus": {
      "command": "uvx",
      "args": [
        "hippocampus"
      ]
    }
  }
}

Or install with pip: pip install hippocampus

README Excerpt

**English** ・ [日本語](README.ja.md) Personal memory infrastructure for people who use AI agents every day. hippocampus-mcp ingests your conversation logs from multiple platforms (Claude Code, ChatGPT, claude.ai, Codex CLI) into a PostgreSQL + pgvector database **that you run**, and exposes them as MCP search tools to any