MCP server for Claude Code: 97% token savings on code navigation + persistent memory engine that remembers context across sessions. 69 tools, zero external deps.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"token-savior": {
"command": "uvx",
"args": [
"token-savior"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add token-savior uvx token-savior
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"token-savior": {
"command": "uvx",
"args": [
"token-savior"
]
}
}
}
📋 Copy
Or install with pip: pip install token-savior