Firebird MCP Server
@stagsz
Firebird MCP Server について
A Model Context Protocol (MCP) server for Firebird databases. Enables read-only SQL queries and schema exploration.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"firebird-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/firebird",
"-f",
"src/firebird/Dockerfile",
"."
]
}
}
}ツール
1Execute read-only SQL queries against the connected database
概要
What is Firebird MCP Server?
A Model Context Protocol server that provides read-only access to Firebird databases. It enables LLMs to inspect database schemas and execute read-only SQL queries.
How to use Firebird MCP Server?
Configure it in Claude Desktop’s claude_desktop_config.json using either Docker (mcp/firebird image) or NPX (@modelcontextprotocol/server-firebird), supplying a Firebird connection URL like firebird://host:port/database.
Key features of Firebird MCP Server
- Execute read-only SQL queries via the
querytool. - Access table schema information as JSON resources.
- Automatically discover schema from database metadata.
- Connect to any Firebird database using a connection URL.
Use cases of Firebird MCP Server
- LLMs inspecting database structure before generating queries.
- Performing read‑only data analysis through an AI assistant.
- Integrating Firebird database insights into conversational interfaces.
FAQ from Firebird MCP Server
Is the server read-only?
Yes, all queries are executed within a READ ONLY transaction.
How do I connect to a Firebird database?
Provide a connection URL in the format firebird://user:password@host:port/database. When using Docker on macOS, use host.docker.internal if the server runs on the host.
What dependencies are required?
The server can be run via Docker (no local install) or NPX (requires Node.js). No other dependencies are mentioned.
Where does the data live?
The server connects to a remote Firebird database specified in the connection URL; no local data is stored.
What transports and authentication are supported?
It integrates with Claude Desktop via the MCP protocol using command and args configuration. Authentication is handled by credentials (username/password) embedded in the connection URL.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント