finops-mcp

jorosenberg/finops-mcp
★ 0 stars Python DevOps Updated 12d ago
MCP server for automated AWS cost optimization — ingests Compute Optimizer recommendations, maps them to Terraform/OpenTofu code, and drafts rightsizing PRs. Never applies changes to the cloud directly.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install finops-mcp