TokenSaver for Claude Desktop
io.github.byggarepop/tokensaver
Structural warm start for AI coding agents in .NET: cheap Roslyn signature maps of C#/.NET files.
client:Claude Desktop
transport:stdio
runtime:nuget
Install TokenSaver in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tokensaver": {
"command": "dnx",
"args": [
"TokenSaver.Mcp",
"--yes"
],
"env": {
"TOKENSAVER_API_URL": "<TOKENSAVER_API_URL>",
"TOKENSAVER_NO_TELEMETRY": "<TOKENSAVER_NO_TELEMETRY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs