MCP Firebird
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | The Firebird database host | localhost |
| DB_PORT | No | The Firebird database port | 3050 |
| DB_USER | No | The Firebird database user | SYSDBA |
| SSE_PORT | No | Port for SSE transport | 3003 |
| LOG_LEVEL | No | Logging level (e.g., debug, info, warn, error) | info |
| CORS_ORIGIN | No | Allowed CORS origins (comma-separated) | |
| DB_DATABASE | Yes | Path to the Firebird database file (e.g., /path/to/database.fdb) | |
| DB_PASSWORD | No | The Firebird database password | |
| CORS_HEADERS | No | Allowed CORS headers (comma-separated) | |
| CORS_METHODS | No | Allowed CORS methods (comma-separated) | |
| MAX_SESSIONS | No | Maximum concurrent sessions | 1000 |
| TRANSPORT_TYPE | No | Transport protocol type (stdio, sse, http, or unified) | stdio |
| SSE_SESSION_TIMEOUT_MS | No | Session timeout in milliseconds for SSE transport | 1800000 |
| SESSION_CLEANUP_INTERVAL_MS | No | Session cleanup interval in milliseconds | 60000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"subscribe": true,
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute-queryC | Executes a SQL query in the Firebird database. Uses FIRST/ROWS for pagination. |
| list-tablesA | Lists all user tables in the current Firebird database. |
| describe-tableA | Gets the detailed schema (columns, types, etc.) of a specific table. |
| get-field-descriptionsB | Gets the stored descriptions for fields of a specific table (if they exist). |
| analyze-query-performanceB | Analyzes the performance of a SQL query by executing it multiple times and measuring execution time |
| get-execution-planB | Gets the execution plan for a SQL query to understand how the database will execute it |
| analyze-missing-indexesA | Analyzes a SQL query to identify missing indexes that could improve performance |
| execute-batch-queriesB | Executes multiple SQL queries in parallel for improved performance. |
| describe-batch-tablesA | Gets the detailed schema of multiple tables in parallel for improved performance. |
| get-table-dataB | Retrieves data from a specific table with optional filtering, pagination, and ordering. |
| analyze-table-statisticsB | Analyzes statistical information about a table including row count, column statistics, and data distribution. |
| verify-wire-encryptionA | Verifies if the current database connection is using wire encryption (requires native driver). |
| get-database-infoB | Retrieves general information about the connected Firebird database. |
| get-server-infoA | Obtiene información sobre el servidor MCP Firebird y las herramientas disponibles |
| list-available-toolsB | Lista todas las herramientas disponibles en el servidor MCP |
| get-tool-helpC | Obtiene información detallada sobre una herramienta específica |
| system-health-checkB | Verifica el estado de salud del sistema y la conectividad de la base de datos |
| list-available-eventsB | Lista los eventos nativos (POST_EVENT) disponibles en los triggers y procedimientos de la base de datos |
| list-triggersA | Lista todos los triggers en la base de datos con información sobre tabla asociada, tipo de trigger y estado |
| describe-triggerA | Obtiene información detallada sobre un trigger específico incluyendo su código fuente, tipo, secuencia y estado |
| list-proceduresA | Lista todos los procedimientos almacenados en la base de datos con información sobre parámetros de entrada/salida |
| describe-procedureB | Obtiene información detallada sobre un procedimiento almacenado específico incluyendo su código fuente y parámetros |
| list-functionsA | Lista todas las funciones en la base de datos (UDFs y PSQL functions) |
| describe-functionB | Obtiene información detallada sobre una función específica incluyendo su código fuente (si es PSQL function) |
| list-packagesA | Lista todos los paquetes en la base de datos (disponible en Firebird 3.0+) |
| describe-packageA | Obtiene información detallada sobre un paquete específico incluyendo su header y body source |
| subscribe_to_eventB | Subscribe to a Firebird event (POST_EVENT) to receive proactive notifications |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| database-health-check | Provides a comprehensive guide for analyzing database health, including performance, integrity, and security checks. |
| query-optimization-guide | Provides a step-by-step guide for optimizing SQL queries in Firebird. |
| schema-design-review | Provides a comprehensive guide for reviewing database schema design and suggesting improvements. |
| migration-planning | Provides a comprehensive guide for planning database migrations, schema changes, and data transformations. |
| security-audit | Provides a comprehensive guide for conducting a security audit of the Firebird database. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PuroDelphi/mcpFirebird'
If you have feedback or need assistance with the MCP directory API, please join our Discord server