MCP Firebird
MCP 火鸟
为 Firebird 数据库实现 Anthropic 的 MCP(模型上下文协议)。
示例用法
https://github.com/user-attachments/assets/e68e873f-f87b-4afd-874f-157086e223af
Related MCP server: MSSQL MCP Server
什么是 MCP Firebird?
MCP Firebird 是一个为Firebird SQL 数据库实现 Anthropic模型上下文协议 (MCP)的服务器。它允许像 Claude 这样的大型语言模型 (LLM) 以安全且可控的方式访问、分析和操作 Firebird 数据库中的数据。
主要特点
SQL 查询:在 Firebird 数据库上执行 SQL 查询
模式分析:获取有关表、列和关系的详细信息
数据库管理:执行备份、恢复和验证操作
性能分析:分析查询性能并提出优化建议
多种传输方式:支持 STDIO 和 SSE(服务器发送事件)传输
Claude 集成:与 Claude Desktop 和其他 MCP 客户端无缝协作
VSCode 集成:与 Visual Studio Code 中的 GitHub Copilot 配合使用
安全性:包括 SQL 查询验证和安全配置选项
手动安装
# Global installation
npm install -g mcp-firebird
# Run the server
npx mcp-firebird --database /path/to/database.fdb要进行备份/恢复操作,您需要安装 Firebird 客户端工具。有关更多详细信息,请参阅完整安装。
有关 VSCode 和 GitHub Copilot 集成,请参阅VSCode 集成。
基本用法
使用 Claude Desktop
编辑 Claude 桌面配置:
code $env:AppData\Claude\claude_desktop_config.json # Windows code ~/Library/Application\ Support/Claude/claude_desktop_config.json # macOS添加 MCP Firebird 配置:
{ "mcpServers": { "mcp-firebird": { "command": "npx", "args": [ "mcp-firebird", "--host", "localhost", "--port", "3050", "--database", "C:\\path\\to\\database.fdb", "--user", "SYSDBA", "--password", "masterkey" ], "type": "stdio" } } }重启Claude桌面
使用 SSE Transport
# Start with SSE transport
npx mcp-firebird --transport-type sse --sse-port 3003 --database /path/to/database.fdb通过 Smithery 快速安装
要通过Smithery自动为 Claude Desktop 安装 MCP Firebird:
npx -y @smithery/cli install @PuroDelphi/mcpFirebird --client claude文档
欲了解更多详细信息,请查看以下文档:
支持该项目
捐赠
如果您发现 MCP Firebird 对您的工作或项目有用,请考虑通过捐赠来支持其开发。您的贡献有助于维护和改进此工具。
GitHub 赞助商:赞助商@PuroDelphi
PayPal :通过 PayPal 捐款
聘请我们的人工智能代理
支持该项目的另一个好方法是通过Asistentes Autónomos聘请我们的 AI 代理。我们针对各种业务需求提供专业的 AI 助手,帮助您实现任务自动化并提高生产力。
优先支持
⭐**捐赠者、赞助商和客户将获得优先支持和帮助,**包括问题、功能请求和实施指导。我们致力于帮助所有用户,但为项目提供资金支持的用户将获得更快的响应时间和专属帮助。
非常感谢您的支持,这有助于确保 MCP Firebird 的持续发展!
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis server enables Claude to directly interact with SQLite, SQL Server, PostgreSQL, and MySQL databases through the Model Context Protocol, allowing for query execution, table management, and data export capabilities.MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables LLMs like Claude to interact with Microsoft SQL Server databases through natural language, supporting queries, data manipulation, and table management.83,043MIT
- AlicenseNot gradedqualityDmaintenanceEnables Large Language Models like Claude to access, query, analyze, and manage Firebird SQL databases with support for schema inspection, performance analysis, and database operations through the Model Context Protocol.635MIT
- AlicenseAqualityBmaintenanceA Model Context Protocol (MCP) server for Firebird databases intended for local use. It reads connection details from FlameRobin's fr_databases.conf so no extra configuration is needed — if you have FlameRobin set up with your Firebird databases, this server works out of the box.292MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
GibsonAI MCP server: manage your databases with natural language
MCP server for AI dialogue using various LLM models via AceDataCloud
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