An open API service indexing awesome lists of open source software.

https://github.com/neelabalan/cloud-compute-mcp-server

An MCP server that enables LLMs to query AWS EC2, Azure VMs, and GCP Compute Engine details.
https://github.com/neelabalan/cloud-compute-mcp-server

aws azure cloud ec2 finops gcp mcp-server

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Multi-Cloud VM MCP Server

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

[Demo link](https://x.com/neelabalan/status/1935339333478924397)

## Configuration

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