Cloudpulse Mcp Server
@Galadriel-Tech-Solutions
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「クラウドとインフラ」の他のコンテンツ
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
🐋 Docker MCP server
ckreilingMCP server for Docker
コメント