io.github.joepangallo/cloud-agent✓
io.github.joepangallo/cloud-agent · v1.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.joepangallo/cloud-agent",
"description": "AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.",
"repository": {
"url": "https://github.com/joepangallo/mcp-server-cloud-agent",
"source": "github"
},
"version": "1.1.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}