Persistent memory for AI coding agents: one Rust binary, one local SQLite database.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Distributed via cargo as `leteo`.
Run
npx -y @asanabrial/leteo
MCP client config
{
"mcpServers": {
"leteo": {
"command": "npx",
"args": [
"-y",
"@asanabrial/leteo"
]
}
}
}