pomazanbohdan/memory-mcp-1file
A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents.
Quick Start
Clone the repository:
git clone https://github.com/pomazanbohdan/memory-mcp-1fileClaude Desktop configuration example:
{
"mcpServers": {
"memory-mcp-1file": {
"command": "npx",
"args": [
"-y",
"pomazanbohdan/memory-mcp-1file"
]
}
}
}Check the repository README for specific installation and configuration instructions.