token savior for Cline
io.github.mibayy/token-savior
Structural codebase MCP server with persistent memory: navigate by symbol, recall across sessions.
client:Cline
transport:stdio
runtime:pypi
Install token savior in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs