Back to Home
tm42 icon

mnemograph

Verified Safe

by tm42

Overview

Provides a persistent, event-sourced knowledge graph for AI coding agents to store, retrieve, and version durable collaborative knowledge across sessions, enabling semantic search and tiered context retrieval.

Installation

Run Command
uvx mnemograph

Environment Variables

  • MEMORY_PATH

Security Notes

The server uses standard Python libraries, including SQLite for data storage and `sentence-transformers` for embeddings. `subprocess.run` is utilized for git operations; while these commands are typically well-controlled, any execution of external processes carries an inherent, albeit low, risk. The server communicates via standard I/O (stdio), which limits direct network exposure. It includes checks (`_validate_memory_repo`) to prevent unintended git operations if the memory directory is nested within another git repository, enhancing its operational safety.

Similar Servers

Stats

Interest Score40
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars2
Forks0
Last Update2026-01-16

Tags

knowledge graphAI memoryevent sourcingsemantic searchMCP server