Audit your repos and cloud providers for CI and infrastructure cost leaks. CLI + MCP server for AI coding agents (Claude Code, Codex, any MCP host).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"costguard": {
"command": "npx",
"args": [
"-y",
"mbanderas/costguard"
]
}
}
}
Run in terminal:
claude mcp add costguard npx -y mbanderas/costguard
Add to .cursor/mcp.json:
{
"mcpServers": {
"costguard": {
"command": "npx",
"args": [
"-y",
"mbanderas/costguard"
]
}
}
}