cloudpi-mcp-server

PDI-Puru/cloudpi-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 5d ago
CloudPi FinOps MCP Server — exposes cost, governance, tags, and automation tools for AI assistants
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": {
    "cloudpi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "PDI-Puru/cloudpi-mcp-server"
      ]
    }
  }
}