Skip to main content
Glama

Databricks MCP Server

by samhavens
  • Linux
  • Apple
pyproject.toml•1.13 kB
[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", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", "python-dotenv>=1.0.0", "pytest-asyncio>=0.25.3", ] [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"] [tool.pytest.ini_options] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function"

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

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