Skip to main content
Knowledge & MemoryRust

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.

knowledge-memorylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/pomazanbohdan/memory-mcp-1file

Claude 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.

Details

Category
Knowledge & Memory
Language
Rust
Author
pomazanbohdan