Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
gcloud MCP server
| Date | Stars |
|---|---|
| 2026-07-31 | 875 |
| 2026-08-06 | 883 |
Today
+8 stars today
This week
— stars this week
This month
— stars this month
Momentum
37.0
growth rate 0.00%/day
[](https://github.com/googleapis/gcloud-mcp/actions/workflows/presubmit.yml) [](https://github.com/googleapis/gcloud-mcp/blob/main/LICENSE) # gcloud MCP Server ☁️ The gcloud [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) server enables AI assistants to easily interact with the Google Cloud environment using the gcloud CLI. With the gcloud MCP server you can: - **Interact with Google Cloud using natural language.** Describe the outcome you want instead of memorizing complex command syntax, flags, and arguments. - **Automate and simplify complex workflows.** Chain multiple cloud operations into a single, repeatable command to reduce manual effort and the chance of error. - **Lower the barrier to entry for cloud management.** Empower team members who are less familiar with gcloud to perform powerful actions confidently and safely. ## 📡 Available MCP Servers This repository also hosts other MCP servers in addition to the gcloud MCP server. An up to date list is below, and links to other Google Cloud MCP servers hosted outside of this repo are [here](#-other-google-cloud-mcp-servers). | MCP Server Name | Description | Package Name | Version | | :-------------- | :---------------------------------------------------------------------------- | :------------------ | :---------------------------------------------------------------------------------------------------------------------------------------- | | gcloud | Interact with Google Cloud via the gcloud CLI using natural language prompts. | `gcloud-mcp` | [](https://www.npmjs.com/package/@google-cloud/gcloud-mcp) | | observability | Access Google Cloud Observability APIs to query logs, metrics, and traces. | `observability-mcp` | [](https://www.npmjs.com/package/@google-cloud/observability-mcp) | | storage | Interact with Google Cloud Storage for bucket and object management. | `storage-mcp` | [](https://www.npmjs.com/package/@google-cloud/storage-mcp) | | backupdr | Interact with Google Cloud Backup and Disaster Recovery. | `backupdr-mcp` | [](https://www.npmjs.com/package/@google-cloud/backupdr-mcp) | ## 🚀 Getting Started ### Prerequisites - [Node.js](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm): version 20 or higher - [gcloud CLI](https://cloud.google.com/sdk/docs/install) ## ✨ Set up your MCP server ### Gemini CLI and Gemini Code Assist To integrate MCP servers with Gemini CLI or Gemini Code Assist, run the setup command below from your home directory for MCP server listed in the table. This will install the MCP server as a [Gemini CLI extension](https://github.com/google-gemini/gemini-cli/blob/main/docs/extension.md). for the current user, making it available for all your projects. ```shell npx @google-cloud/[PACKAGE_NAME] init --agent=gemini-cli ``` For example, for the gcloud-mcp: ```shell npx @google-cloud/gcloud-mcp init --agent=gemini-cli ``` After the initialization process, you can verify that the gcloud-mcp server is configured correctly by running the following command: ``` gemini mcp list > ✓ gcloud: npx -y @google-cloud/gcloud-mcp (stdio) - Connected ``` ### For other AI clients To use MCP servers in this repo with othe
Excerpt of 20,061 characters
Read on GitHub64
Mend Renovate · @mend
32
32
29
25
20
19
9
7
6
6
5
1
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:d7b1da3b680083b6, desc:mcp server