gcp-mcp
83
GCP MCP is a Model Context Protocol server that allows AI assistants to interact naturally with Google Cloud Platform resources using natural language. It supports multiple projects and secure credential handling, enhancing reliability and ease of use for cloud management.
How do I authenticate with GCP?
Use gcloud auth application-default login
to set up application default credentials.
What should I do if I encounter permission errors?
Check the IAM roles assigned to your account and ensure you have the necessary permissions.
How can I view logs for troubleshooting?
Use the command tail -n 50 -f ~/Library/Logs/Claude/mcp-server-gcp.log
to view the latest logs.