Cloud Agent
Rank #35,341io.github.joepangallo/cloud-agent
MCP server providing cloud-agent capabilities
Cloud Agent is a Model Context Protocol (MCP) server published by joepangallo. It ranks #35,341 of 115,591 servers tracked on MCP Toplist. Cloud Agent is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Feb 27, 2026 and most recently updated on Mar 21, 2026.
Ranks ahead of 80,250 of 115,591 servers on MCP Toplist.
Use Cloud Agent
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add cloud-agent -e "CLOUD_AGENT_API_KEY=<your CLOUD_AGENT_API_KEY>" -e "CLOUD_AGENT_URL=<your CLOUD_AGENT_URL>" -- npx -y mcp-server-cloud-agentReplace each placeholder with your own value before saving.
[mcp_servers.cloud-agent]
command = "npx"
args = ["-y", "mcp-server-cloud-agent"]
[mcp_servers.cloud-agent.env]
CLOUD_AGENT_API_KEY = "<your CLOUD_AGENT_API_KEY>"
CLOUD_AGENT_URL = "<your CLOUD_AGENT_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloud-agent": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
],
"env": {
"CLOUD_AGENT_API_KEY": "<your CLOUD_AGENT_API_KEY>",
"CLOUD_AGENT_URL": "<your CLOUD_AGENT_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloud-agent": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
],
"env": {
"CLOUD_AGENT_API_KEY": "<your CLOUD_AGENT_API_KEY>",
"CLOUD_AGENT_URL": "<your CLOUD_AGENT_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cloud-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
],
"env": {
"CLOUD_AGENT_API_KEY": "<your CLOUD_AGENT_API_KEY>",
"CLOUD_AGENT_URL": "<your CLOUD_AGENT_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloud-agent": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
],
"env": {
"CLOUD_AGENT_API_KEY": "<your CLOUD_AGENT_API_KEY>",
"CLOUD_AGENT_URL": "<your CLOUD_AGENT_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloud-agent": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloud-agent"
],
"env": {
"CLOUD_AGENT_API_KEY": "<your CLOUD_AGENT_API_KEY>",
"CLOUD_AGENT_URL": "<your CLOUD_AGENT_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.joepangallo%2Fcloud-agent)<a href="https://mcptoplist.com/server/io.github.joepangallo%2Fcloud-agent"><img src="https://mcptoplist.com/badge/io.github.joepangallo%2Fcloud-agent.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
joepangallo
Other servers by joepangallo
- Web Recon Agent#1,378 · 2 vers
- MCP Server Research Signals#1,477 · 3 vers
- MCP Server Indexforge#1,507 · 2 vers
- MCP Server Security Audit#2,114 · 2 vers
- MCP Server Agent Analytics#4,802 · 2 vers
- MCP Audit Server#12,503 · 6 vers
- Agent Pay#26,896 · 8 vers
- image-delta-mcp#108,535
Available versions (4)
| Version | Published |
|---|---|
| 1.1.1 | Mar 21, 2026 |
| 1.1.0 | Mar 9, 2026 |
| 1.0.0 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cloud Agent?
- Cloud Agent is maintained by joepangallo, which publishes 12 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Cloud Agent listed on the Official MCP Registry?
- Yes — Cloud Agent is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Cloud Agent have?
- MCP Toplist tracks 4 versions of Cloud Agent, most recently published on Mar 21, 2026.
- Where can I find the source code for Cloud Agent?
- The source code for Cloud Agent is hosted at github.com/joepangallo/mcp-server-cloud-agent.