Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cloudup": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/cloudup-server.sh"
],
"env": {
"CLOUDUP_MAX_USD": "${CLOUDUP_MAX_USD:-0.20}",
"CLOUDUP_MCP_URL": "${CLOUDUP_MCP_URL:-https://api.stage-cloudup.com/mcp/public}",
"CLOUDUP_WALLET_KEY": "${CLOUDUP_WALLET_KEY:-}"
}
}
}
}Replace placeholder values for: CLOUDUP_WALLET_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
Environment variables set when the server starts
CLOUDUP_MAX_USD=${CLOUDUP_MAX_USD:-0.20}CLOUDUP_MCP_URL=${CLOUDUP_MCP_URL:-https://api.stage-cloudup.com/mcp/public}CLOUDUP_WALLET_KEY=${CLOUDUP_WALLET_KEY:-}Sensitive values you must provide — never committed to source control
npx claudepluginhub stevendufresne/cloudup-plugin --plugin cloudup