Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_HOSTNoThe Firebird database hostlocalhost
DB_PORTNoThe Firebird database port3050
DB_USERNoThe Firebird database userSYSDBA
SSE_PORTNoPort for SSE transport3003
LOG_LEVELNoLogging level (e.g., debug, info, warn, error)info
CORS_ORIGINNoAllowed CORS origins (comma-separated)
DB_DATABASEYesPath to the Firebird database file (e.g., /path/to/database.fdb)
DB_PASSWORDNoThe Firebird database password
CORS_HEADERSNoAllowed CORS headers (comma-separated)
CORS_METHODSNoAllowed CORS methods (comma-separated)
MAX_SESSIONSNoMaximum concurrent sessions1000
TRANSPORT_TYPENoTransport protocol type (stdio, sse, http, or unified)stdio
SSE_SESSION_TIMEOUT_MSNoSession timeout in milliseconds for SSE transport1800000
SESSION_CLEANUP_INTERVAL_MSNoSession cleanup interval in milliseconds60000

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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-dataC

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-infoB

Gets information about the Firebird MCP server and its available tools

list-available-toolsA

Lists all tools available on the MCP server

get-tool-helpA

Gets detailed information about a specific tool

system-health-checkB

Checks system health and database connectivity

list-available-eventsA

Lists native events (POST_EVENT) available in database triggers and procedures

list-triggersA

Lists all database triggers with their associated table, trigger type, and status

describe-triggerA

Gets detailed information about a specific trigger, including its source code, type, sequence, and status

list-proceduresA

Lists all stored procedures in the database with input and output parameter information

describe-procedureA

Gets detailed information about a specific stored procedure, including its source code and parameters

list-functionsA

Lists all functions in the database (UDFs and PSQL functions)

describe-functionA

Gets detailed information about a specific function, including its source code (for PSQL functions)

list-packagesA

Lists all packages in the database (available in Firebird 3.0+)

describe-packageA

Gets detailed information about a specific package, including its header and body source

subscribe_to_eventB

Subscribe to a Firebird event (POST_EVENT) to receive proactive notifications

Prompts

Interactive templates invoked by user choice

NameDescription
database-health-checkProvides a comprehensive guide for analyzing database health, including performance, integrity, and security checks.
query-optimization-guideProvides a step-by-step guide for optimizing SQL queries in Firebird.
schema-design-reviewProvides a comprehensive guide for reviewing database schema design and suggesting improvements.
migration-planningProvides a comprehensive guide for planning database migrations, schema changes, and data transformations.
security-auditProvides a comprehensive guide for conducting a security audit of the Firebird database.

Resources

Contextual data attached and managed by the client

NameDescription
database-tablesResource representing the list of all tables in the database.
database-schemaResource representing the complete database schema with all tables and their relationships.
database-statisticsResource representing general database statistics.

Latest Blog Posts

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