Skip to main content
Glama
db-mattmolony

Custom MCP Server on Databricks Apps

main.py224 B
import uvicorn from custom_server.app import app def main(): uvicorn.run( "custom_server.app:app", # import path to your `app` host="0.0.0.0", port=8000, reload=True, # optional )

Latest Blog Posts

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/db-mattmolony/mcp-mmolony-waf'

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