15 hours ago
ModelCostSaver
Predict the cost of an LLM call before you make it, and pick the cheapest model that still does the job, offline, from your editor.
Server Config
{
"mcpServers": {
"modelcostsaver": {
"command": "npx",
"args": [
"-y",
"@workswarm/modelcostsaver"
]
}
}
}