Skip to content

Added MCP for Databricks Genie #1487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

yashshingvi
Copy link

Description

This server provides tools and resources to:

  • List Genie space IDs and titles
  • Fetch metadata for a specific Genie space
  • Start a new Genie conversation and retrieve SQL + result
  • Ask follow-up questions in an existing conversation

It is designed to allow LLMs to connect to Databricks' Genie agent and query enterprise data via natural prompts.

Server Details

  • Server:
  • Changes to:

Motivation and Context

Databricks Genie allows users to query data using natural language. This MCP server bridges that API with LLMs by exposing tools to start and manage conversations, enabling SQL generation, data exploration, and follow-ups in a structured agentic workflow.

How Has This Been Tested?

  • Tested locally via mcp install main.py
  • Inspected with @modelcontextprotocol/inspector
  • Validated responses using Claude desktop client and manual calls to Genie API endpoints

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

@olaservo olaservo added the add-community-server This pull request adds a link to a community-created server. label Apr 18, 2025
@olaservo
Copy link
Member

olaservo commented Jun 9, 2025

Thanks for your contribution to the servers list. This has been merged in this combined PR: #2007

This is a new process we're trying out, so if you see any issues feel free to re-open the PR and tag me.

@olaservo olaservo closed this Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-community-server This pull request adds a link to a community-created server.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants