Skip to main content
Glama

Databricks MCP Server

# Python virtual environments venv/ .venv/ env/ ENV/ # Python bytecode __pycache__/ *.py[cod] *$py.class # Distribution / packaging dist/ build/ *.egg-info/ # Local development settings .env .env.local # IDE settings .idea/ .vscode/ *.swp *.swo # OS specific files .DS_Store Thumbs.db # Logs *.log logs/ # Temporary files tmp/ temp/ # uv package manager files .uv/ uv.lock # Databricks-specific *.dbfs # C extensions *.so # Distribution / packaging .Python develop-eggs/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Environments env.bak/ venv.bak/ # IDEs and editors *.swp *.swo *~ # OS generated files .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Log files *.log

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/JustTryAI/databricks-mcp-server'

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