MCP Server
MCP
io.github.joepangallo/cloud-agent
AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.
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
By
Comments
Sign in to leave a comment