Skip to content
Cursor

token savior for Cursor

io.github.mibayy/token-savior

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

client:Cursor transport:stdio runtime:pypi

Install token savior in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

token savior in other clients