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-1fileConfiguration
{
"mcpServers": {
"memory-mcp-1file": {
"command": "npx",
"args": ["-y", "memory-mcp-1file"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes