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.
- Host: GitHub
- URL: https://github.com/neelabalan/cloud-compute-mcp-server
- Owner: neelabalan
- Created: 2025-06-19T15:08:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T01:13:05.000Z (3 months ago)
- Last Synced: 2025-06-30T02:25:57.494Z (3 months ago)
- Topics: aws, azure, cloud, ec2, finops, gcp, mcp-server
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
}
}
}
```