io.github.joepangallo/cloud-agent
NPM · MCP-SERVER-CLOUD-AGENT · SCANNED SEP 20
AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 183 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability78
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 700 tokens (~77/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.joepangallo/cloud-agent MCP server?
io.github.joepangallo/cloud-agent runs locally as an npm package, launched with npx -y mcp-server-cloud-agent. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · mcp-server-cloud-agent
claude mcp add joepangallo-cloud-agent -- npx -y mcp-server-cloud-agent
{
"mcpServers": {
"joepangallo-cloud-agent": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
]
}
}
} {
"servers": {
"joepangallo-cloud-agent": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
]
}
}
} codex mcp add joepangallo-cloud-agent -- npx -y mcp-server-cloud-agent
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"joepangallo-cloud-agent": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-server-cloud-agent"
],
"enabled": true
}
}
} openclaw mcp add joepangallo-cloud-agent --command npx --arg -y --arg mcp-server-cloud-agent
mcp_servers:
joepangallo-cloud-agent:
command: "npx"
args: ["-y", "mcp-server-cloud-agent"] {
"McpServers": {
"joepangallo-cloud-agent": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"mcp-server-cloud-agent"
]
}
}
} assistant mcp add joepangallo-cloud-agent -t stdio -c npx -a -y mcp-server-cloud-agent
{
"mcpServers": {
"joepangallo-cloud-agent": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.77 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.80 functional
- 9 Sept 26 0
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/mcp-server-cloud-agent@1.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
ask_codebase ~81
Ask a question about any GitHub repository's codebase. Auto-indexes the repo on first use. Returns an answer with file references.
| Name | Type | Req | Description |
|---|---|---|---|
| question | string | yes | Question about the codebase, e.g. 'How does authentication work?' |
| repo | string | yes | GitHub repo in owner/repo format, e.g. 'facebook/react' |
No output schema declared.
No examples provided.
generate_tests ~65
Generate tests for a specific file in a GitHub repository. Creates test files and opens a PR with them.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | yes | File to generate tests for, e.g. 'src/auth.ts' |
| repo | string | yes | GitHub repo in owner/repo format |
No output schema declared.
No examples provided.
get_usage ~54
Get usage statistics: total sessions, cost, estimated time saved, breakdowns by source, repo, and user. Useful for tracking ROI.
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | – | Number of days to look back (default: all time) |
No output schema declared.
No examples provided.
list_playbooks ~38
List available playbooks — reusable workflow templates for common engineering tasks like bug triage, security remediation, test coverage, docs sync, and more.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_sessions ~59
List recent agent sessions with status, cost, duration, and PR URLs. Use to check on past or running tasks.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max sessions to return (default: 20) |
| status | string | – | Filter by session status |
No output schema declared.
No examples provided.
review_pr ~84
Review a GitHub pull request. Returns structured feedback with issues, verdict, and suggestions. Optionally posts review comments directly to GitHub.
| Name | Type | Req | Description |
|---|---|---|---|
| post_comments | boolean | – | Post review comments directly to GitHub (default: false) |
| pr_url | string | yes | Full GitHub PR URL, e.g. https://github.com/owner/repo/pull/123 |
No output schema declared.
No examples provided.
run_playbook ~125
Run a playbook (reusable workflow template) against a repository. Use list_playbooks to see available options. Built-in playbooks include: bug-triage, security-remediation, dependency-upgrade, docs-sync, test-coverage, code-migration, pr-review-cycle.
| Name | Type | Req | Description |
|---|---|---|---|
| inputs | object | – | Additional inputs for the playbook template variables |
| repo | string | yes | GitHub repo in owner/repo format |
| slug | string | yes | Playbook slug, e.g. 'bug-triage', 'security-remediation', 'test-coverage' |
No output schema declared.
No examples provided.
run_task ~116
Run a coding task: write code, fix bugs, add features, refactor. The AI agent clones the repo, makes changes, and opens a PR. Returns the result and PR URL when complete.
| Name | Type | Req | Description |
|---|---|---|---|
| base_branch | string | – | Branch to base changes on (default: main) |
| repo | string | yes | GitHub repo in owner/repo format, e.g. 'facebook/react' |
| task | string | yes | Task description, e.g. 'Fix the login bug' or 'Add dark mode to the settings page' |
No output schema declared.
No examples provided.
security_scan ~78
Run a security and dependency scan on one or more GitHub repositories. Checks for vulnerabilities, secret exposure, and security anti-patterns.
| Name | Type | Req | Description |
|---|---|---|---|
| repos | array | yes | Array of repos in owner/repo format, e.g. ['owner/repo1', 'owner/repo2'] |
| type | string | – | Scan type (default: all) |
No output schema declared.
No examples provided.
What is the io.github.joepangallo/cloud-agent MCP server?
io.github.joepangallo/cloud-agent is an MCP server listed in the public MCP registry as io.github.joepangallo/cloud-agent. AI software engineer, writes code, opens PRs, reviews code, generates tests, and more. This page covers its npm package (mcp-server-cloud-agent).
Is the io.github.joepangallo/cloud-agent MCP server safe to use?
io.github.joepangallo/cloud-agent scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.joepangallo/cloud-agent MCP server expose?
io.github.joepangallo/cloud-agent exposes 9 tools: run_task, review_pr, ask_codebase, generate_tests, security_scan, and 4 more. Their descriptions and schemas cost roughly 700 tokens of context every time the server is loaded.
Is the io.github.joepangallo/cloud-agent MCP server still maintained?
io.github.joepangallo/cloud-agent is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.joepangallo/cloud-agent MCP server under?
io.github.joepangallo/cloud-agent declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.