token-savior

Mibayy/token-savior
★ 319 stars Python 🧠 Memory/Knowledge Updated today
MCP server for Claude Code: 97% token savings on code navigation + persistent memory engine that remembers context across sessions. 69 tools, zero external deps.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "token-savior": {
      "command": "uvx",
      "args": [
        "token-savior"
      ]
    }
  }
}

Or install with pip: pip install token-savior