Manages Google Cloud Platform infrastructure, enabling creation of VMs, SSH key management, command execution, and Terraform deployments through a conversational AI assistant.
Sponsored
This project provides a Model Context Protocol (MCP) server designed to manage Google Cloud Platform (GCP) infrastructure using natural language interactions, primarily via AI assistants like Claude. It allows users to effortlessly deploy and oversee virtual machines, handle SSH keys, execute remote commands, and provision infrastructure using Terraform, all through conversational prompts. Intended as a demonstration of AI integration with cloud operations, it simplifies complex cloud management tasks into intuitive spoken or written commands, though it carries important security warnings for production use.
Key Features
01SSH key generation, storage, and management
02Remote SSH command execution and file uploads
031 GitHub stars
04Natural language interpretation for managing GCP resources
05GCP Compute Engine VM listing, creation, starting, stopping, and deletion
06Terraform initialization, planning, application, and destruction of infrastructure
Use Cases
01Create a new GCP virtual machine and associate it with an SSH key using natural language.
02Install software like Nginx on a running VM by issuing a conversational command.
03Deploy and manage complex cloud infrastructure defined by Terraform configurations through an AI assistant.