trackmcp
Back to directory
neelabalan

cloud-compute-mcp-server

View on GitHub

An MCP server that enables LLMs to query AWS EC2, Azure VMs, and GCP Compute Engine details.

0 stars PythonOthers Updated Jun 30, 2025
awsazurecloudec2finopsgcpmcp-server

Documentation

Multi-Cloud VM MCP Server

Support for AWS EC2, Azure Virtual Machines and GCP Compute Engine.

Demo link

Configuration

code
{
  "mcpServers": {
    "CloudComputeInfo": {
      "command": "~/.local/bin/uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with",
        "requests",
        "--with",
        "pyyaml",
        "mcp",
        "run",
        "~/cloud-compute-mcp-server/main.py"
      ]
    }
  }
}

Frequently asked questions

What is cloud-compute-mcp-server?

cloud-compute-mcp-server is An MCP server that enables LLMs to query AWS EC2, Azure VMs, and GCP Compute Engine details.

How do I install cloud-compute-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is cloud-compute-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/neelabalan/cloud-compute-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP