Skip to content
Claude Desktop

token savior for Claude Desktop

io.github.mibayy/token-savior

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

client:Claude Desktop transport:stdio runtime:pypi

Install token savior in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "token-savior": {
      "command": "uvx",
      "args": [
        "token-savior-recall"
      ],
      "env": {
        "WORKSPACE_ROOTS": "<WORKSPACE_ROOTS>",
        "TOKEN_SAVIOR_CLIENT": "<TOKEN_SAVIOR_CLIENT>",
        "TOKEN_SAVIOR_PROFILE": "<TOKEN_SAVIOR_PROFILE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

token savior in other clients