Back to Home

01cloud-mcp

Verified Safe

by Ashutosh-Baral

Overview

Provides a Model Context Protocol (MCP) server that acts as a proxy for the 01cloud API, enabling external clients (like Claude Desktop) to manage cloud resources through a defined tool interface.

Installation

Run Command
go build -o server ./cmd/server && go build -o host ./cmd/host && export API_TOKEN="YOUR_01CLOUD_API_TOKEN" && ./host

Environment Variables

  • API_TOKEN
  • API_BASE_URL
  • SERVER_NAME
  • SERVER_VERSION
  • DEBUG

Security Notes

The project correctly uses environment variables for sensitive API tokens, preventing hardcoding. It runs an internal MCP server as a subprocess, communicating via stdio, which is a controlled environment. The HTTP host listens only on 127.0.0.1 by default, limiting external exposure. The use of 'Access-Control-Allow-Origin: *' for SSE is noted but acceptable for a local integration host. No 'eval' or similar dangerous patterns were found. Proper error handling and context-aware HTTP clients are used.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-24

Tags

MCPAPI Gateway01cloudCloud ManagementGo SDK