Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,26 @@ This repository contains a list of Google's official Model Context Protocol (MCP

### **Remote MCP servers**

These [remote MCP servers are managed by Google](https://docs.cloud.google.com/mcp/overview), and are available [via endpoint](https://docs.cloud.google.com/mcp/enable-disable-mcp-servers). This list will be kept up-to-date as more remote servers become available.
These [remote MCP servers are managed by Google](https://docs.cloud.google.com/mcp/overview), and are available [via endpoint](https://docs.cloud.google.com/mcp/enable-disable-mcp-servers). Below are a few key remote servrs. For a comprehensive list of all remote MCP servers managed by Google in General Availability (GA) and public preview [**vist the supported products pager**](https://docs.cloud.google.com/mcp/supported-products)

* [**AlloyDB for PostgreSQL**](https://docs.cloud.google.com/alloydb/docs/ai/use-alloydb-mcp)
* [**BigQuery**](https://docs.cloud.google.com/bigquery/docs/use-bigquery-mcp)
* [**Bigtable**](https://docs.cloud.google.com/bigtable/docs/use-bigtable-mcp)

* [**AlloyDB for PostgreSQL**](https://docs.cloud.google.com/alloydb/docs/ai/use-alloydb-mcp)
* [**BigQuery**](https://docs.cloud.google.com/bigquery/docs/use-bigquery-mcp)
* [**Bigtable**](https://docs.cloud.google.com/bigtable/docs/use-bigtable-mcp)
* [**Cloud Resource Manager**](https://docs.cloud.google.com/resource-manager/reference/mcp)
* [**Cloud SQL for MySQL**](https://docs.cloud.google.com/sql/docs/mysql/use-cloudsql-mcp)
* [**Cloud SQL for PostgreSQL**](https://docs.cloud.google.com/sql/docs/postgres/use-cloudsql-mcp)
* [**Cloud SQL for MySQL**](https://docs.cloud.google.com/sql/docs/mysql/use-cloudsql-mcp)
* [**Cloud SQL for PostgreSQL**](https://docs.cloud.google.com/sql/docs/postgres/use-cloudsql-mcp)
* [**Cloud SQL for SQL Server**](https://docs.cloud.google.com/sql/docs/sqlserver/use-cloudsql-mcp)
* [**Compute Engine (GCE)**](https://docs.cloud.google.com/compute/docs/reference/mcp)
* [**Developer Knowledge API (Google Developer Documentation)**](https://developers.google.com/knowledge/mcp)
* [**Compute Engine (GCE)**](https://docs.cloud.google.com/compute/docs/reference/mcp)
* [**Developer Knowledge API (Google Developer Documentation)**](https://developers.google.com/knowledge/mcp)
* [**Firestore**](https://docs.cloud.google.com/firestore/native/docs/use-firestore-mcp)
* [**Google Maps (Grounding Lite)**](https://developers.google.com/maps/ai/grounding-lite)
* [**Google Security Operations (Chronicle)**](https://docs.cloud.google.com/chronicle/docs/reference/mcp)
* [**Kubernetes Engine (GKE)**](https://docs.cloud.google.com/kubernetes-engine/docs/reference/mcp)
* [**Spanner**](https://docs.cloud.google.com/spanner/docs/use-spanner-mcp)
* [**Cloud Run**](https://docs.cloud.google.com/run/docs/reference/mcp) (GA)
* [**Cloud Storage**](https://docs.cloud.google.com/storage/docs/reference/mcp)


### **Open-source MCP servers**

Expand All @@ -45,7 +49,8 @@ You can run these open-source MCP servers locally, or deploy them to Google Clou

## 💻 Examples

* [**Launch My Bakery**](http://github.com/google/mcp/tree/main/examples/launchmybakery) (`/examples/launchmybakery`)**:** A sample agent built with Agent Development Kit (ADK) that uses remote MCP servers for Google Maps and BigQuery.
* [**Launch My Bakery**](http://github.com/google/mcp/tree/main/examples/launchmybakery) (`/examples/launchmybakery`)**:** A sample agent built with Agent Development Kit (ADK) that uses remote MCP servers for Google Maps and BigQuery.
* [**Allstrides**](https://github.com/google/mcp/tree/main/examples/allstrides) (`/examples/allstrides`)**:** A sample app migrated from local to Cloud using remote MCP servers for Developer Knowledge, Cloud SQL and Cloud Run


## 📙 Resources
Expand Down