Back to MCP Servers

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-memoryaiagent

Installation

npx -y memory-mcp-1file

Configuration

{
  "mcpServers": {
    "memory-mcp-1file": {
      "command": "npx",
      "args": ["-y", "memory-mcp-1file"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub