opencost-mcp-server

Bhushan-11-11/opencost-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated today
MCP server that lets AI agents query Kubernetes cost data from OpenCost — ask your agent why your cloud bill spiked.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "opencost-mcp-server": {
      "command": "uvx",
      "args": [
        "opencost-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install opencost-mcp-server