MCP Firebird
by PuroDelphi
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level for debugging (e.g., debug) | |
FIREBIRD_HOST | No | The hostname of the Firebird database server | localhost |
FIREBIRD_PORT | No | The port number of the Firebird database server | 3050 |
FIREBIRD_ROLE | No | Optional database role | |
FIREBIRD_USER | No | Username for connecting to the Firebird database | SYSDBA |
FIREBIRD_DATABASE | No | Path to the Firebird database file (.fdb) | |
FIREBIRD_PASSWORD | No | Password for connecting to the Firebird database | masterkey |
FIREBIRD_DATABASE_DIR | No | Directory containing multiple Firebird databases |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
query-data | Ejecuta y analiza una consulta SQL en Firebird |
analyze-table | Analiza la estructura y datos de una tabla en Firebird |
optimize-query | Optimiza una consulta SQL para Firebird |
generate-sql | Genera una consulta SQL para Firebird basada en una descripción |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
databases | |
tables | |
views | |
procedures |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
execute-query | - |
list-tables | - |
describe-table | - |
get-field-descriptions | - |