MCP server for tracking LLM costs, setting spending limits, and receiving budget alerts directly within AI editors via slash commands like /guard.
{
"mcpServers": {
"llm-cost-guard": {
"command": "npx",
"args": [
"-y",
"@wimoron/llm-cost-guard"
]
}
}
}