TokenSaver
About
Structural warm start for AI coding agents in .NET: cheap Roslyn signature maps of C#/.NET files.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TOKENSAVER_API_URL TOKENSAVER_NO_TELEMETRYClaude Code
claude mcp add --env TOKENSAVER_API_URL= --env TOKENSAVER_NO_TELEMETRY= tokensaver -- dnx TokenSaver.Mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"tokensaver","command":"dnx","args":["TokenSaver.Mcp"],"env":{"TOKENSAVER_API_URL":"","TOKENSAVER_NO_TELEMETRY":""}}'
JSON
{
"mcpServers": {
"tokensaver": {
"command": "dnx",
"args": [
"TokenSaver.Mcp"
],
"env": {
"TOKENSAVER_API_URL": "",
"TOKENSAVER_NO_TELEMETRY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.