Embedded, local-first agent memory: one SQLite file per namespace, no server, no cloud.
claude mcp add lean-memory -- uvx lean-memory
claude_desktop_config.json
{
"mcpServers": {
"lean-memory": {
"command": "uvx",
"args": [
"lean-memory"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"lean-memory": {
"command": "uvx",
"args": [
"lean-memory"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lean-memory": {
"command": "uvx",
"args": [
"lean-memory"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"lean-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"lean-memory"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"lean-memory": {
"command": "uvx",
"args": [
"lean-memory"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Wuesteon--lean-memory/reviews or the review_server meta-tool.
POST /mcp