Mcp Server
@firebolt-db
About Mcp Server
Model Context Protocol implementation that connects your LLM to Firebolt
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-firebolt-db": {
"command": "docker",
"args": [
"run",
"\\"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Server?
Mcp Server is a Model Context Protocol implementation that connects your LLM to Firebolt Data Warehouse. It integrates AI assistants directly with Firebolt databases, enabling autonomous query execution and documentation access.
How to use Mcp Server?
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.
Key features of Mcp Server
- 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
Use cases of Mcp Server
- Connect AI assistants directly to your data warehouse for autonomous querying
- Enable AI agents to generate insights from Firebolt databases
- Provide LLMs with deep knowledge of Firebolt SQL, features, and documentation
- Automate data analysis through natural language requests
FAQ from Mcp Server
What authentication methods does Mcp Server support?
Authentication is done via Firebolt service account credentials (client ID and client secret) or by providing a Firebolt Core instance URL.
Which transport mechanisms does Mcp Server support?
By default, Mcp Server uses STDIO transport. SSE (Server-Sent Events) is also supported by setting the --transport flag or FIREBOLT_MCP_TRANSPORT environment variable to sse.
Does Mcp Server work in Cursor?
Mcp Server requires Cursor to set the FIREBOLT_MCP_DISABLE_RESOURCES=true environment variable because Cursor does not support MCP resources. Dedicated one-click install buttons are provided for both Firebolt Cloud and Firebolt Core.
What tools, resources, and prompts does Mcp Server provide?
It provides tools for documentation overview (firebolt_docs_overview), connecting to Firebolt engines (firebolt_connect), executing SQL queries (firebolt_query), and searching documentation (firebolt_docs_search). Resources include documentation articles and lists of accounts, databases, and engines. A prompt named "Firebolt Expert" is also available.
Can I require the LLM to read documentation before connecting?
Yes, by default the firebolt_connect tool requires the LLM to present a read proof of Firebolt documentation. This can be disabled by setting --skip-docs-proof to false.
Frequently asked questions
What authentication methods does Mcp Server support?
Authentication is done via Firebolt service account credentials (client ID and client secret) or by providing a Firebolt Core instance URL.
Which transport mechanisms does Mcp Server support?
By default, Mcp Server uses STDIO transport. SSE (Server-Sent Events) is also supported by setting the `--transport` flag or `FIREBOLT_MCP_TRANSPORT` environment variable to `sse`.
Does Mcp Server work in Cursor?
Mcp Server requires Cursor to set the `FIREBOLT_MCP_DISABLE_RESOURCES=true` environment variable because Cursor does not support MCP resources. Dedicated one-click install buttons are provided for both Firebolt Cloud and Firebolt Core.
What tools, resources, and prompts does Mcp Server provide?
It provides tools for documentation overview (`firebolt_docs_overview`), connecting to Firebolt engines (`firebolt_connect`), executing SQL queries (`firebolt_query`), and searching documentation (`firebolt_docs_search`). Resources include documentation articles and lists of accounts, databases, and engines. A prompt named "Firebolt Expert" is also available.
Can I require the LLM to read documentation before connecting?
Yes, by default the `firebolt_connect` tool requires the LLM to present a read proof of Firebolt documentation. This can be disabled by setting `--skip-docs-proof` to `false`.
Basic information
More Databases MCP servers
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus

Lawstronaut
Lawstronaut-FZCOAccess millions of official legal and regulatory source documents from 155+ jurisdictions via MCP. Lawstronaut supports AI agents with structured legal research, legal data, laws, regulations, cases, guidance, official s
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Comments