Skip to content
Windsurf

token savior for Windsurf

io.github.mibayy/token-savior

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

client:Windsurf transport:stdio runtime:pypi

Install token savior in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

token savior in other clients