Serverless functions on GCP
Deploy HTTP and event-driven serverless functions on Google Cloud Platform.
{
"mcpServers": {
"google-cloud-functions": {
"env": {
"GCP_PROJECT_ID": "your_project",
"GCP_CREDENTIALS": "path_to_json"
},
"args": [
"-y",
"@google-cloud/mcp-functions"
],
"command": "npx"
}
}
}GCP_PROJECT_IDyour_projectGCP_CREDENTIALSpath_to_json