Odel
cloudscope mcp

cloudscope mcp

Local
@alexpota1TypeScriptMITUpdated 3w ago

Azure + GCP cost management: spending, forecasts, anomalies, budgets, idle resources, and tags.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcloudscope-mcpv0.3.3

Run

npx -y cloudscope-mcp

MCP client config

{
  "mcpServers": {
    "cloudscope-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cloudscope-mcp"
      ]
    }
  }
}