Cloudpulse Mcp Server

Created By
Galadriel-Tech-Solutions2 months ago
Cross-cloud observability for AI agents. Discover resources, correlate logs, and diagnose infrastructure issues across AWS, GCP, Vercel, and Cloudflare — without leaving your editor.
Overview

CloudPulse is an open-source MCP Server that gives AI agents cross-cloud visibility in a single tool.

4 built-in tools:

  • list_cloud_topology — scan all configured platforms and return a unified service map
  • get_correlated_logs — fetch and merge logs from AWS CloudWatch, GCP Cloud Logging, Vercel, and Cloudflare Workers into one timeline
  • diagnose_service_link — check why service A can't reach resource B (security groups, CORS, env vars, authorized networks)
  • check_resource_limits — query quotas across all platforms and flag resources nearing their limits

Supported platforms: AWS (Lambda, RDS, S3, CloudWatch), GCP (Cloud Run, Cloud SQL, Cloud Logging), Vercel, Cloudflare (Pages, Workers)

Security: Read-only by default. No credentials are stored or logged.

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>"
      }
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
Galadriel-Tech-Solutions
Star
-
Language
-
License
-
Category

Recommend Servers

View All