Model Context Protocol (MCP) Server for interacting with GCS APIs
| Tool name | Description | Destructive? |
|---|---|---|
| list_log_entries | ✓ no | |
| list_log_names | ✓ no | |
| list_buckets | ✓ no | |
| list_views | ✓ no | |
| list_sinks | ✓ no |
| list_log_scopes | ✓ no | |
| list_metric_descriptors | ✓ no | |
| list_time_series | ✓ no | |
| list_alert_policies | ✓ no | |
| list_alerts | ✓ no | |
| list_traces | ✓ no | |
| get_trace | ✓ no | |
| list_group_stats | ✓ no |
{
"mcpServers": {
"google-cloudstorage": {
"command": "npx",
"args": [
"-y",
"@google-cloud/storage-mcp"
]
}
}
}