Skip to main content
Glama

Databricks MCP Server

#!/bin/bash # Check if the virtual environment exists if [ ! -d ".venv" ]; then echo "Virtual environment not found. Please create it first:" echo "uv venv" exit 1 fi # Activate the virtual environment source .venv/bin/activate # Check if environment variables are set if [ -z "$DATABRICKS_HOST" ] || [ -z "$DATABRICKS_TOKEN" ]; then echo "Warning: DATABRICKS_HOST and/or DATABRICKS_TOKEN environment variables are not set." echo "Please set them before running the test." exit 1 fi # Run the direct test echo "Running direct test at $(date)" echo "Databricks Host: $DATABRICKS_HOST" uv run -m tests.direct_test echo "Test completed at $(date)"

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