Mcp Server
@firebolt-db
Mcp Server について
Model Context Protocol implementation that connects your LLM to Firebolt
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-firebolt-db": {
"command": "docker",
"args": [
"run",
"\\"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「データベース」の他のコンテンツ
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
コメント