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
[project]
name = "custom-server"
version = "0.3.0"
description = "Example custom MCP server on Databricks Apps"
readme = "README.md"
authors = [
{ name = "renardeinside", email = "polarpersonal@gmail.com" }
]
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.12",
"mcp[cli]>=1.10.0",
"uvicorn>=0.34.2",
"databricks-sdk>=0.40.0",
"databricks-sql-connector>=3.5.0",
"python-dotenv>=1.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"hatchling>=1.27.0",
]
[tool.hatch.build.hooks.custom]
path = "hooks/apps_build.py"
[project.scripts]
custom-server = "custom_server.main:main"