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
{
"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