← Back to Plugins
MCP Server MCP

Leteo

github By github 👁 1 views ▲ 0 votes

Persistent memory for AI coding agents: one Rust binary, one local SQLite database.

Homepage Verified source GitHub

Install

cargo:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "cargo",
      "identifier": "leteo",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "description": "Which tools the server exposes. `agent` is the nineteen an agent reaches for while it works; the three that change or count the whole store sit behind `admin`.",
          "value": "agent",
          "type": "named",
          "name": "--tools"
        }
      ],
      "environmentVariables": [
        {
          "description": "Where the database lives. Defaults to ~/.leteo, and only needs setting for a store kept somewhere else — the server is started by the agent rather than by a person, so it cannot inherit a shell's environment.",
          "format": "filepath",
          "name": "LETEO_DATA_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol cargo

Comments

Sign in to leave a comment

Loading comments...