
A Model Context Protocol (MCP) server for Firebird databases. Enables read-only SQL queries and
A Model Context Protocol (MCP) server for Firebird databases. Enables read-only SQL queries and schema exploration.
A Model Context Protocol server that provides read-only access to Firebird databases. This server enables LLMs to inspect database schemas and execute read-only queries.
sql (string): The SQL query to executeThe server provides schema information for each table in the database:
firebird://<host>/<table>/schema)
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:
firebird://SYSDBA:masterkey@host:3051/test_db{
"mcpServers": {
"firebird": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/firebird",
"firebird://host.docker.internal:3051/test_db"
]
}
}
}{
"mcpServers": {
"firebird": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-firebird",
"firebird://localhost:3051/test_db"
]
}
}
}Replace /test_db with your database name.
Required environment variables for the Firebird container:
DATABASE: Path to the database file (e.g., /firebird/data/test_db.fdb)FIREBIRD_USER: Database user (default: SYSDBA)FIREBIRD_PASSWORD: Database password (default: masterkey)EnableLegacyClientAuth: Enable legacy client authentication (default: "true")EnableWireCrypt: Enable wire encryption (default: "false")CreateDb: Allow database creation (default: "true")Docker:
docker build -t mcp/firebird -f src/firebird/Dockerfile .Common issues:
Container startup failures:
Database initialization:
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add firebird -- docker run -i --rm mcp/firebird firebird://host.docker.internal:3051/test_db{
"mcpServers": {
"firebird": {
"args": [
"run",
"-i",
"--rm",
"mcp/firebird",
"firebird://host.docker.internal:3051/test_db"
],
"command": "docker"
}
}
}code --add-mcp '{"name":"firebird","args":["run","-i","--rm","mcp/firebird","firebird://host.docker.internal:3051/test_db"],"command":"docker"}'[mcp_servers.firebird]
command = "docker"
args = ["run", "-i", "--rm", "mcp/firebird", "firebird://host.docker.internal:3051/test_db"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/firebird-mcp-server to learn what the "Firebird MCP Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/firebird-mcp-server)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "firebird-mcp-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.