Cross-cloud observability for AI agents. Discover resources, correlate logs, and diagnose infrastructure issues across AWS, GCP, Vercel, and Cloudflare — without leaving your editor.
Server Config
{
"mcpServers": {
"cloudpulse": {
"command": "npx",
"args": [
"-y",
"cloudpulse-mcp"
],
"env": {
"AWS_ACCESS_KEY_ID": "<your-aws-key>",
"AWS_SECRET_ACCESS_KEY": "<your-aws-secret>",
"AWS_REGION": "us-east-1",
"VERCEL_TOKEN": "<your-vercel-token>",
"GOOGLE_APPLICATION_CREDENTIALS": "<path-to-gcp-json>",
"CLOUDFLARE_API_TOKEN": "<your-cf-token>",
"CLOUDFLARE_ACCOUNT_ID": "<your-cf-account-id>"
}
}
}
}