Odel
Leteo

Leteo

Local
@asanabrial2RustMITUpdated 5 days ago

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).

cargoleteov0.2.1

Distributed via cargo as `leteo`.

npm@asanabrial/leteov0.2.1

Run

npx -y @asanabrial/leteo

MCP client config

{
  "mcpServers": {
    "leteo": {
      "command": "npx",
      "args": [
        "-y",
        "@asanabrial/leteo"
      ]
    }
  }
}