Mcp Server

by firebolt-db

15 stars
284 downloads
Not rated
GitHub Website

About

Connect your LLM to the Firebolt Data Warehouse for data querying and analysis.

Details

Author
firebolt-db
GitHub stars
15
Downloads
284
Categories
Database, Other, AI

- LLM integration with Firebolt Data Warehouse
- SQL query execution against Firebolt databases
- Access to comprehensive Firebolt documentation
- Seamless authentication with Firebolt service accounts
- Supports both Firebolt Cloud and Firebolt Core
- Multi-platform support: runs anywhere Go binaries are supported, plus official Docker image

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Mcp Server can be run via Docker or downloaded as a standalone Go binary. Configure it with a Firebolt service account (client ID and secret) or a Firebolt Core instance URL. Connect from LLM clients such as Claude Desktop, VS Code (Copilot Chat), Cursor, or any MCP-compatible client using JSON configuration.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server": {
            "mcp-server-firebolt-db": {
                "command": "docker",
                "args": [
                    "run",
                    "\\"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-firebolt-db": {
        "command": "docker",
        "args": [
            "run",
            "\\"
        ]
    }
}

Installing the MCP Server

You can run the Firebolt MCP Server either via Docker or by downloading the binary.

Option 1: Run with Docker

[//]: # (x-release-please-start-version)

docker run \
--rm \
--network host \
-e FIREBOLT_MCP_CLIENT_ID=your-client-id \
-e FIREBOLT_MCP_CLIENT_SECRET=your-client-secret \
ghcr.io/firebolt-db/mcp-server:0.6.0

[//]: # (x-release-please-end)

Option 2: Run the Binary

[//]: # (x-release-please-start-version)
```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.