Skip to main content
Glama

Databricks MCP Server

pyproject.toml916 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "databricks-mcp-server" version = "0.1.0" description = "A Model Completion Protocol (MCP) server for Databricks" authors = [ {name = "MCP Server Team", email = "example@example.com"} ] requires-python = ">=3.10" readme = "README.md" license = {text = "MIT"} classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dependencies = [ "mcp[cli]>=1.2.0", "httpx", "databricks-sdk", ] [project.optional-dependencies] cli = [ "click", ] dev = [ "black", "pylint", "pytest", "pytest-asyncio", ] [project.scripts] databricks-mcp = "src.cli.commands:main" [tool.hatch.build.targets.wheel] packages = ["src"]

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