LETHE
Rank #63,063io.github.JesusGarcia9009/lethe
Context GC for LLM agents: offload large tool outputs and recall them to save tokens.
LETHE is a Model Context Protocol (MCP) server published by jesusgarcia9009. It ranks #63,063 of 132,046 servers tracked on MCP Toplist. LETHE is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 12, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 68,983 of 132,046 servers on MCP Toplist.
Use LETHE
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add lethe -e "LETHE_DB=<your LETHE_DB>" -- uvx lethe-llm-contextReplace each placeholder with your own value before saving.
[mcp_servers.lethe]
command = "uvx"
args = ["lethe-llm-context"]
[mcp_servers.lethe.env]
LETHE_DB = "<your LETHE_DB>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lethe": {
"command": "uvx",
"args": [
"lethe-llm-context"
],
"env": {
"LETHE_DB": "<your LETHE_DB>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lethe": {
"command": "uvx",
"args": [
"lethe-llm-context"
],
"env": {
"LETHE_DB": "<your LETHE_DB>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"lethe": {
"type": "stdio",
"command": "uvx",
"args": [
"lethe-llm-context"
],
"env": {
"LETHE_DB": "<your LETHE_DB>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lethe": {
"command": "uvx",
"args": [
"lethe-llm-context"
],
"env": {
"LETHE_DB": "<your LETHE_DB>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lethe": {
"command": "uvx",
"args": [
"lethe-llm-context"
],
"env": {
"LETHE_DB": "<your LETHE_DB>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.JesusGarcia9009%2Flethe)<a href="https://mcptoplist.com/server/io.github.JesusGarcia9009%2Flethe"><img src="https://mcptoplist.com/badge/io.github.JesusGarcia9009%2Flethe.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jesusgarcia9009
Available versions (1)
| Version | Published |
|---|---|
| 0.6.2 | Jun 12, 2026 |
Frequently asked questions
- Who maintains LETHE?
- LETHE is maintained by jesusgarcia9009, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is LETHE listed on the Official MCP Registry?
- Yes — LETHE is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does LETHE have?
- MCP Toplist tracks 1 version of LETHE, most recently published on Jun 12, 2026.
- Where can I find the source code for LETHE?
- The source code for LETHE is hosted at github.com/jesusgarcia9009/lethe-engineering.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.