Skip to main content
Glama

Databricks MCP Server

--- description: Development Environment globs: ["pyproject.toml", "**/*.py"] alwaysApply: false --- # Development Environment Standards ## Python Requirements - Python version: >= 3.10 - Package manager: uv - Virtual environment: .venv ## Project Configuration - Use pyproject.toml for dependencies and build configuration - Recommended IDE: Cursor - Linting: - pylint - flake8 - mypy for type checking ## Getting Started ```bash # Create and activate virtual environment python -m venv .venv source .venv/bin/activate # Linux/macOS .venv\Scripts\activate # Windows # Install dependencies with uv uv pip install -e . ``` ## Running Tests ```bash # Install development dependencies uv pip install -e ".[dev]" # Run tests with pytest pytest tests/ ``` ## Linting ```bash # Run all linters pylint src/ tests/ flake8 src/ tests/ mypy 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