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.
云与基础设施 分类下的更多 MCP 服务器
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.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
评论