HomeDevelopment › token-savior

token-savior

Structural codebase MCP server with persistent memory: navigate by symbol, recall across sessions.

Python Local macOSWindowsLinux
★ 1,156 stars Last pushed 2026-08-10 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 4.13.0)

uvx token-savior-recall

Or add to your MCP client config:

{
  "mcpServers": {
    "token-savior": {
      "command": "uvx",
      "args": [
        "token-savior-recall"
      ],
      "env": {
        "WORKSPACE_ROOTS": "<YOUR_VALUE>",
        "TOKEN_SAVIOR_CLIENT": "<YOUR_VALUE>",
        "TOKEN_SAVIOR_PROFILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • WORKSPACE_ROOTS required — Comma-separated list of absolute paths to project roots to index.
  • TOKEN_SAVIOR_CLIENT — Optional client identifier (e.g. 'claude-code', 'cursor', 'hermes') for usage attribution.
  • TOKEN_SAVIOR_PROFILE — Manifest size. 'optimized' (recommended) advertises the Pareto-optimal 15-tool set; 'auto' sizes it from your own usage; 'full' advertises every tool; 'compact-only' if you already run symbol navigation elsewhere.

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.Mibayy/token-savior-recall

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry