statlyte — live LLM pricing for VS Code
io.github.richardwilkinson9/statlyte
Live LLM pricing, context windows and model ids, read from each vendor's own page every 3 hours.
client:VS Code
transport:stdio
runtime:npm
Install statlyte — live LLM pricing in VS Code
.vscode/mcp.json
{
"servers": {
"statlyte": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"statlyte"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs