Skip to content
Zed

token savior for Zed

io.github.mibayy/token-savior

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

client:Zed transport:stdio runtime:pypi

Install token savior in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

token savior in other clients