A lightweight, powerful local memory server for AI agents supporting text, entities, and relations. Enables persistent codebase understanding and user preference management.
{
"mcpServers": {
"mcp-local-memory": {
"command": "npx",
"args": [
"-y",
"@beledarian/mcp-local-memory"
]
}
}
}