Firebird SQL

Enables secure access to Firebird SQL databases through natural language, supporting table listing, schema descriptions, query execution, and field metadata retrieval with comprehensive security features like data masking and operation restrictions.

View Source
23 stars
0 tools
Created Aug 2025
@purodelphi/purodelphi-firebird-sql-mcpfirebird

About

Enables secure access to Firebird SQL databases through natural language, supporting table listing, schema descriptions, query execution, and field metadata retrieval with comprehensive security features like data masking and operation restrictions.

Categories

general

Installation

npm

npm install @purodelphi/purodelphi-firebird-sql-mcpfirebird

Configuration

{ "mcpServers": { "purodelphi-firebird-sql-mcpfirebird": { "command": "npx", "args": [ "-y", "@purodelphi/purodelphi-firebird-sql-mcpfirebird" ] } } }