Skip to main content
Glama
PulkitXChadha

Databricks MCP Server

core.py495 B
"""Core MCP tools for Databricks operations.""" import os def load_core_tools(mcp_server): """Register core MCP tools with the server. Args: mcp_server: The FastMCP server instance to register tools with """ @mcp_server.tool() def health() -> dict: """Check the health of the MCP server and Databricks connection.""" return { 'status': 'healthy', 'service': 'databricks-mcp', 'databricks_configured': bool(os.environ.get('DATABRICKS_HOST')), }

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/PulkitXChadha/awesome-databricks-mcp'

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