We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCP-Mirror/enesbol_gcp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•426 B
"""
GCP MCP Server services package.
This package contains service modules that register tools and resources with the MCP server.
"""
# The following allows these modules to be imported directly from the services package
from . import (
artifact_registry,
client_instances,
cloud_audit_logs,
cloud_bigquery,
cloud_build,
cloud_compute_engine,
cloud_monitoring,
cloud_run,
cloud_storage,
)