token-savior
Rank #572io.github.Mibayy/token-savior-recall
Structural codebase MCP server with persistent memory: navigate by symbol, recall across sessions.
token-savior is a Model Context Protocol (MCP) server published by mibayy. It ranks #572 of 115,460 servers tracked on MCP Toplist, and its repository has 1,130 GitHub stars. token-savior is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Mar 30, 2026 and most recently updated on Jul 26, 2026.
Ranks ahead of 114,888 of 115,460 servers on MCP Toplist.
Use token-savior
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add token-savior-recall -e "WORKSPACE_ROOTS=<your WORKSPACE_ROOTS>" -e "TOKEN_SAVIOR_CLIENT=<your TOKEN_SAVIOR_CLIENT>" -e "TOKEN_SAVIOR_PROFILE=<your TOKEN_SAVIOR_PROFILE>" -- uvx token-savior-recallReplace each placeholder with your own value before saving.
[mcp_servers.token-savior-recall]
command = "uvx"
args = ["token-savior-recall"]
[mcp_servers.token-savior-recall.env]
WORKSPACE_ROOTS = "<your WORKSPACE_ROOTS>"
TOKEN_SAVIOR_CLIENT = "<your TOKEN_SAVIOR_CLIENT>"
TOKEN_SAVIOR_PROFILE = "<your TOKEN_SAVIOR_PROFILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"token-savior-recall": {
"command": "uvx",
"args": [
"token-savior-recall"
],
"env": {
"WORKSPACE_ROOTS": "<your WORKSPACE_ROOTS>",
"TOKEN_SAVIOR_CLIENT": "<your TOKEN_SAVIOR_CLIENT>",
"TOKEN_SAVIOR_PROFILE": "<your TOKEN_SAVIOR_PROFILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"token-savior-recall": {
"command": "uvx",
"args": [
"token-savior-recall"
],
"env": {
"WORKSPACE_ROOTS": "<your WORKSPACE_ROOTS>",
"TOKEN_SAVIOR_CLIENT": "<your TOKEN_SAVIOR_CLIENT>",
"TOKEN_SAVIOR_PROFILE": "<your TOKEN_SAVIOR_PROFILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"token-savior-recall": {
"type": "stdio",
"command": "uvx",
"args": [
"token-savior-recall"
],
"env": {
"WORKSPACE_ROOTS": "<your WORKSPACE_ROOTS>",
"TOKEN_SAVIOR_CLIENT": "<your TOKEN_SAVIOR_CLIENT>",
"TOKEN_SAVIOR_PROFILE": "<your TOKEN_SAVIOR_PROFILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"token-savior-recall": {
"command": "uvx",
"args": [
"token-savior-recall"
],
"env": {
"WORKSPACE_ROOTS": "<your WORKSPACE_ROOTS>",
"TOKEN_SAVIOR_CLIENT": "<your TOKEN_SAVIOR_CLIENT>",
"TOKEN_SAVIOR_PROFILE": "<your TOKEN_SAVIOR_PROFILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"token-savior-recall": {
"command": "uvx",
"args": [
"token-savior-recall"
],
"env": {
"WORKSPACE_ROOTS": "<your WORKSPACE_ROOTS>",
"TOKEN_SAVIOR_CLIENT": "<your TOKEN_SAVIOR_CLIENT>",
"TOKEN_SAVIOR_PROFILE": "<your TOKEN_SAVIOR_PROFILE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Mibayy%2Ftoken-savior-recall)<a href="https://mcptoplist.com/server/io.github.Mibayy%2Ftoken-savior-recall"><img src="https://mcptoplist.com/badge/io.github.Mibayy%2Ftoken-savior-recall.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
mibayy
Available versions (4)
| Version | Published |
|---|---|
| 4.12.1 | Jul 26, 2026 |
| 4.11.0 | Jul 26, 2026 |
| 0.9.1 | Apr 6, 2026 |
| 0.9.0 | Apr 6, 2026 |
Frequently asked questions
- Who maintains token-savior?
- token-savior is maintained by mibayy, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is token-savior listed on the Official MCP Registry?
- Yes — token-savior is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does token-savior have?
- MCP Toplist tracks 4 versions of token-savior, most recently published on Jul 26, 2026.
- Where can I find the source code for token-savior?
- The source code for token-savior is hosted at github.com/mibayy/token-savior.