Skip to main content
Glama

GCP MCP Server

by enesbol
helpers.py216 B
"""Common utility functions.""" def format_resource_name(project_id: str, resource_name: str) -> str: """Format a resource name with project ID.""" return f"projects/{project_id}/resources/{resource_name}"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/enesbol/gcp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server