Firebird MCP Server
A Model Context Protocol (MCP) server for Firebird databases. Enables read-only SQL queries and schema exploration.
Overview
Firebird MCP Server is a Model Context Protocol (MCP) server designed for Firebird databases, enabling read-only SQL queries and schema exploration.
To use the Firebird MCP Server, configure it with the Claude Desktop app or run it using Docker or NPX commands to connect to your Firebird database.
- Executes read-only SQL queries against Firebird databases. - Provides JSON schema information for each table in the database. - Supports integration with LLMs for database inspection.
- Inspecting database schemas for development purposes.
- Executing read-only queries for data analysis.
- Integrating with AI models for enhanced database interactions.
Add to your AI client
Use these steps to connect Firebird MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"firebird-mcp-server-stagsz": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-firebird-mcp-server-stagsz"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"firebird-mcp-server-stagsz": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-firebird-mcp-server-stagsz"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"firebird-mcp-server-stagsz": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-firebird-mcp-server-stagsz"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"firebird-mcp-server-stagsz": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-firebird-mcp-server-stagsz"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"firebird-mcp-server-stagsz": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-firebird-mcp-server-stagsz"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"firebird-mcp-server-stagsz": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-firebird-mcp-server-stagsz"
]
}
}
}FAQ
Can I modify data using Firebird MCP Server?
No, the server only allows read-only access to the database.
How do I set up the server with Docker?
You can set up the server by running a Docker command with the appropriate configuration for your database.
Is there a license for using Firebird MCP Server?
Yes, it is licensed under the MIT License, allowing free use, modification, and distribution.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":945,"uuid":"6140ab28-e7e1-4a76-9f8f-a10887d96265","name":"firebird-mcp-server","title":"Firebird MCP Server","description":"A Model Context Protocol (MCP) server for Firebird databases. Enables read-only SQL queries and schema exploration.","avatar_url":"https://avatars.githubusercontent.com/u/5228403?v=4","created_at":"2025-01-28T02:19:59.603Z","updated_at":"2025-02-23T07:19:17.447Z","status":"created","author_name":"stagsz","author_avatar_url":"https://avatars.githubusercontent.com/u/5228403?v=4","tags":"firebird,mcp-server,database-access","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/stagsz/firebird-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]