Odel
cloudpulse mcp

cloudpulse mcp

Local
@galadriel-tech-solutions1TypeScriptMITUpdated 4mo ago

Cross-cloud observability for AI agents. Covers AWS, GCP, Vercel, and Cloudflare.

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).

npmcloudpulse-mcpv0.1.2

Run

npx -y cloudpulse-mcp

MCP client config

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