★ 0 stars
Python
⚙️ DevOps
Updated today
MCP server: GCP resource management — VPCs, subnets, GCE instances, GCS buckets, GKE clusters, firewall rules
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gcp-mcp-server": {
"command": "uvx",
"args": [
"gcp-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add gcp-mcp-server uvx gcp-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gcp-mcp-server": {
"command": "uvx",
"args": [
"gcp-mcp-server"
]
}
}
}
Or install with pip: pip install gcp-mcp-server
Topics
devopsgcpgkemcp-serverpython