We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhisheksharma637/databricks_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
app.yaml•270 B
# app.yaml (in the MCP root directory)
command: [
'uv',
'run',
'uvicorn',
# The full path to the app callable:
'src.custom_server.app:app',
'--host',
'0.0.0.0',
'--port',
'8000',
'--app-dir',
'.' # Ensures the MCP root is the base for 'examples'
]