mcpFirebird

PuroDelphi/mcpFirebird
★ 50 stars TypeScript 🗄️ Database Updated 16d ago
Implementation of Anthropic's MCP protocol for Firebird databases.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpfirebird": {
      "command": "npx",
      "args": [
        "-y",
        "PuroDelphi/mcpFirebird"
      ]
    }
  }
}