Confidential guide on numerology and astrology, based of GG33 Public information

GCP-MCP
Ein Modellkontext -Protokollserver (MCP), mit dem AI -Assistenten wie Claude mit Ihrer Google Cloud -Plattform -Umgebung interagieren können. Dies ermöglicht die Abfrage und das Management Ihrer GCP -Ressourcen in der natürlichen Sprache während der Gespräche.
3 years
Works with Finder
2
Github Watches
5
Github Forks
43
Github Stars
GCP MCP
A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Features
- 🔍 Query and modify GCP resources using natural language
- ☁️ Support for multiple GCP projects
- 🌐 Multi-region support
- 🔐 Secure credential handling (no credentials are exposed to external services)
- 🏃♂️ Local execution with your GCP credentials
- 🔄 Automatic retries for improved reliability
Prerequisites
- Node.js
- Claude Desktop/Cursor/Windsurf
- GCP credentials configured locally (application default credentials)
Installation
- Clone the repository:
git clone https://github.com/eniayomi/gcp-mcp
cd gcp-mcp
- Install dependencies:
npm install
Configuration
Claude Desktop
-
Open Claude desktop app and go to Settings -> Developer -> Edit Config
-
Add the following entry to your
claude_desktop_config.json
:
via npm:
{
"mcpServers": {
"gcp": {
"command": "sh",
"args": ["-c", "npx -y gcp-mcp"]
}
}
}
If you installed from source:
{
"mcpServers": {
"gcp": {
"command": "npm",
"args": [
"--silent",
"--prefix",
"/path/to/gcp-mcp",
"start"
]
}
}
}
Replace /path/to/gcp-mcp
with the actual path to your project directory if using source installation.
Cursor
- Open Cursor and go to Settings (⌘,)
- Navigate to AI -> Model Context Protocol
- Add a new MCP configuration:
{
"gcp": {
"command": "npx -y gcp-mcp"
}
}
Windsurf
- Open
~/.windsurf/config.json
(create if it doesn't exist) - Add the MCP configuration:
{
"mcpServers": {
"gcp": {
"command": "npx -y gcp-mcp"
}
}
}
GCP Setup
-
Set up GCP credentials:
- Set up application default credentials using
gcloud auth application-default login
- Set up application default credentials using
-
Refresh your AI assistant (Claude Desktop/Cursor/Windsurf)
Usage
Start by selecting a project or asking questions like:
- "List all GCP projects I have access to"
- "Show me all Cloud SQL instances in project X"
- "What's my current billing status?"
- "Show me the logs from my Cloud Run services"
- "List all GKE clusters in us-central1"
- "Show me all Cloud Storage buckets in project X"
- "What Cloud Functions are deployed in us-central1?"
- "List all Cloud Run services"
- "Show me BigQuery datasets and tables"
Available Tools
-
run-gcp-code
: Execute GCP API calls using TypeScript code -
list-projects
: List all accessible GCP projects -
select-project
: Select a GCP project for subsequent operations -
get-billing-info
: Get billing information for the current project -
get-cost-forecast
: Get cost forecast for the current project -
get-billing-budget
: Get billing budgets for the current project -
list-gke-clusters
: List all GKE clusters in the current project -
list-sql-instances
: List all Cloud SQL instances in the current project -
get-logs
: Get Cloud Logging entries for the current project
Example Interactions
- List available projects:
List all GCP projects I have access to
- Select a project:
Use project my-project-id
- Check billing status:
What's my current billing status?
- View logs:
Show me the last 10 log entries from my project
Supported Services
- Google Compute Engine
- Cloud Storage
- Cloud Functions
- Cloud Run
- BigQuery
- Cloud SQL
- Google Kubernetes Engine (GKE)
- Cloud Logging
- Cloud Billing
- Resource Manager
- More coming soon...
Troubleshooting
To see logs:
tail -n 50 -f ~/Library/Logs/Claude/mcp-server-gcp.log
Common issues:
- Authentication errors: Ensure you've run
gcloud auth application-default login
- Permission errors: Check IAM roles for your account
- API errors: Verify that required APIs are enabled in your project
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
I find academic articles and books for research and literature reviews.
Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.
MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.
Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)
Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden
Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.
🧑🚀 全世界最好的 llm 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Zusammenfassung der weltbesten LLM -Ressourcen.
Awesome MCP -Server - eine kuratierte Liste von Modellkontext -Protokollservern für Modellkontext
Reviews

user_DTurrykV
I've been using the gcp-mcp application for a while now, and it's truly impressive. Developed by eniayomi, this tool is essential for anyone working with GCP. The user interface is intuitive, and the functionality is robust, making cloud management straightforward. Check it out at https://github.com/eniayomi/gcp-mcp! Highly recommended!