- Cloudpulse Mcp Server
Cloudpulse Mcp Server
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 mapget_correlated_logs— fetch and merge logs from AWS CloudWatch, GCP Cloud Logging, Vercel, and Cloudflare Workers into one timelinediagnose_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 agoUpdated At
2 months agoAuthor Name
Galadriel-Tech-SolutionsStar
-Language
-License
-Recommend Servers
View AllAirtreks Mcp
@SEKeener
a day ago
Fabric
@fabric-agent-plugins
23 minutes ago
Memory
@modelcontextprotocol
a year ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago