leonardsellem/hypermnesic
🔌 MCP Serverleonardsellem
A Git-first memory system for AI agents using Markdown as the source of truth for persistent, reviewable storage.
Hypermnesic revolutionizes how AI agents handle long-term memory by leveraging Git as the underlying storage engine. Unlike ephemeral vector databases, Hypermnesic treats Markdown files as the definitive source of truth, ensuring that every piece of information is human-readable, editable, and trackable via commit history.
The architecture ships with seven powerful MCP tools: hybrid search for efficient retrieval, read_note for content access, build_context for prompt engineering, resolve for dependency handling, think for reasoning, list_folders for navigation, and a scope-gated commit_note for safe, versioned writes. By using a Streamable HTTP endpoint, it integrates seamlessly into any MCP-compliant environment. The inclusion of a CLI and a read-only Obsidian companion allows developers to bridge the gap between AI-generated insights and human-managed knowledge bases, ensuring that the agent's 'brain' remains transparent and auditable.
💡Highlights
- ├─Git-backed persistent memory
- ├─7 specialized MCP tools included
- └─Human-readable Markdown storage
🎯For
- ├─AI Engineers
- ├─Knowledge Management Specialists
- └─Workflow Automation Developers