← Back to Plugins
MCP Server MCP

io.github.JesusGarcia9009/lethe

github By github 👁 1 views ▲ 0 votes

Context GC for LLM agents: offload large tool outputs and recall them to save tokens.

Homepage Verified source GitHub

Install

uvx lethe-llm-context

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "lethe-llm-context",
      "version": "0.6.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the SQLite archive file (default ./lethe.db)",
          "name": "LETHE_DB"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...