← Back to Plugins
MCP Server MCP

io.github.joepangallo/cloud-agent

github By github 👁 1 views ▲ 0 votes

AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-server-cloud-agent",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for authenticating with Cloud Agent (ca_* prefix). Get one from your Cloud Agent web workspace.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CLOUD_AGENT_API_KEY"
        },
        {
          "description": "Cloud Agent backend URL. Defaults to https://agent.leddconsulting.com",
          "format": "string",
          "name": "CLOUD_AGENT_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...