We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/otey247/MCP-On-Cloud-Run'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•186 B
[project]
name = "mcp-on-cloudrun"
version = "0.1.0"
description = "Example of deploying an MCP server on Cloud Run"
requires-python = ">=3.13"
dependencies = [
"fastmcp==2.12.4",
]