modelcostsaver for Cline
io.github.sachinuppal/modelcostsaver
Offline MCP: predict LLM call cost and pick the cheapest capable model. No keys, no network.
client:Cline
transport:stdio
runtime:npm
Install modelcostsaver in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"modelcostsaver": {
"command": "npx",
"args": [
"-y",
"@workswarm/modelcostsaver"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs