Cloudpulse Mcp Server
@Galadriel-Tech-Solutions
About Cloudpulse Mcp Server
Cross-cloud observability for AI agents. Discover resources, correlate logs, and diagnose infrastructure issues across AWS, GCP, Vercel, and Cloudflare — without leaving your editor.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Cloudpulse Mcp Server?
CloudPulse is an open-source MCP Server that gives AI agents cross-cloud visibility through a single tool. It integrates with AWS, GCP, Vercel, and Cloudflare to provide a unified view of cloud resources, logs, and connectivity.
How to use Cloudpulse Mcp Server?
The server exposes four built-in tools: list_cloud_topology (scan all configured platforms and return a unified service map), get_correlated_logs (fetch and merge logs from multiple providers into one timeline), diagnose_service_link (check why service A can't reach resource B with security groups, CORS, env vars, authorized networks), and check_resource_limits (query quotas across all platforms and flag resources nearing limits). Configuration details for authentication and platform setup are not included in the README.
Key features of Cloudpulse Mcp Server
- 4 built-in cross-cloud diagnostic tools
- Supports AWS, GCP, Vercel, and Cloudflare
- Read-only by default for security
- No credentials stored or logged
- Unified topology and log merging
- Service connectivity and quota checks
Use cases of Cloudpulse Mcp Server
- AI agent troubleshooting cross-cloud service connectivity issues
- Monitoring resource limits across AWS, GCP, Vercel, and Cloudflare
- Aggregating and correlating logs from multiple providers in one timeline
- Mapping cloud service dependencies and topology for incident response
FAQ from Cloudpulse Mcp Server
What platforms does Cloudpulse Mcp Server support?
It supports AWS (Lambda, RDS, S3, CloudWatch), GCP (Cloud Run, Cloud SQL, Cloud Logging), Vercel, and Cloudflare (Pages, Workers).
Is the server read-only?
Yes, by default the server operates in read-only mode. No destructive operations are exposed in the provided tools.
Are my credentials stored or logged?
No, according to the README, no credentials are stored or logged by the server.
What tools are available?
Four built-in tools: list_cloud_topology, get_correlated_logs, diagnose_service_link, and check_resource_limits.
Can it diagnose connectivity problems?
Yes, the diagnose_service_link tool checks why a service cannot reach a resource, examining security groups, CORS, environment variables, and authorized networks.
More Cloud & Infrastructure MCP servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Comments