← Back to Plugins
MCP Server MCP

io.github.lhf552004/cloudpulse

github By github 👁 1 views ▲ 0 votes

Cross-cloud observability for AI agents. Covers AWS, GCP, Vercel, and Cloudflare.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "cloudpulse-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AWS access key ID",
          "format": "string",
          "isSecret": true,
          "name": "AWS_ACCESS_KEY_ID"
        },
        {
          "description": "AWS secret access key",
          "format": "string",
          "isSecret": true,
          "name": "AWS_SECRET_ACCESS_KEY"
        },
        {
          "description": "AWS region (e.g. us-east-1)",
          "format": "string",
          "name": "AWS_REGION"
        },
        {
          "description": "Vercel personal access token",
          "format": "string",
          "isSecret": true,
          "name": "VERCEL_TOKEN"
        },
        {
          "description": "Path to GCP service account JSON file",
          "format": "string",
          "name": "GOOGLE_APPLICATION_CREDENTIALS"
        },
        {
          "description": "GCP project ID",
          "format": "string",
          "name": "GOOGLE_CLOUD_PROJECT"
        },
        {
          "description": "Cloudflare API token",
          "format": "string",
          "isSecret": true,
          "name": "CLOUDFLARE_API_TOKEN"
        },
        {
          "description": "Cloudflare account ID",
          "format": "string",
          "name": "CLOUDFLARE_ACCOUNT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...