Skip to main content
Glama

MCP Firebird

MCP 파이어버드

Firebird 데이터베이스를 위한 Anthropic의 MCP(Model Context Protocol) 구현.

사용 예

https://github.com/user-attachments/assets/e68e873f-f87b-4afd-874f-157086e223af

MCP Firebird란 무엇인가요?

MCP Firebird는 Firebird SQL 데이터베이스 용 Anthropic의 모델 컨텍스트 프로토콜(MCP)을 구현하는 서버입니다. Claude와 같은 대규모 언어 모델(LLM)이 Firebird 데이터베이스의 데이터에 안전하고 통제된 방식으로 접근, 분석 및 조작할 수 있도록 지원합니다.

주요 특징

  • SQL 쿼리 : Firebird 데이터베이스에서 SQL 쿼리 실행
  • 스키마 분석 : 테이블, 열 및 관계에 대한 자세한 정보를 얻습니다.
  • 데이터베이스 관리 : 백업, 복원 및 검증 작업 수행
  • 성능 분석 : 쿼리 성능을 분석하고 최적화를 제안합니다.
  • 다중 전송 : STDIO 및 SSE(Server-Sent Events) 전송 지원
  • Claude 통합 : Claude Desktop 및 기타 MCP 클라이언트와 원활하게 작동합니다.
  • VSCode 통합 : Visual Studio Code에서 GitHub Copilot과 함께 작동
  • 보안 : SQL 쿼리 검증 및 보안 구성 옵션 포함

수동 설치

지엑스피1

백업/복원 작업을 위해서는 Firebird 클라이언트 도구를 설치해야 합니다. 자세한 내용은 "전체 설치"를 참조하세요.

VSCode와 GitHub Copilot 통합에 대해서는 VSCode 통합을 참조하세요.

기본 사용법

클로드 데스크톱과 함께

  1. Claude Desktop 구성을 편집합니다.
    code $env:AppData\Claude\claude_desktop_config.json # Windows code ~/Library/Application\ Support/Claude/claude_desktop_config.json # macOS
  2. 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" } } }
  3. Claude Desktop을 다시 시작하세요

SSE 운송과 함께

# 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가 여러분의 업무나 프로젝트에 유용하다고 생각되시면 기부를 통해 개발을 지원해 주세요. 여러분의 기여는 이 도구를 유지하고 개선하는 데 도움이 됩니다.

영상

AI 에이전트를 고용하세요

이 프로젝트를 지원하는 또 다른 좋은 방법은 Asistentes Autónomos를 통해 AI 에이전트를 고용하는 것입니다. 저희는 다양한 비즈니스 요구에 맞춰 전문화된 AI 비서를 제공하여 업무를 자동화하고 생산성을 향상하는 데 도움을 드립니다.

우선 지원

기부자, 스폰서, 그리고 고객은 문제 해결, 기능 요청 및 구현 지침에 대한 우선적인 지원과 도움을 받습니다 . 저희는 모든 사용자를 돕기 위해 최선을 다하지만, 프로젝트에 재정적으로 지원해 주시는 분들께는 더 빠른 응답과 전담 지원을 받으실 수 있습니다.

귀하의 지원에 깊이 감사드립니다. 귀하의 지원은 MCP Firebird의 지속적인 개발을 보장하는 데 큰 도움이 됩니다!

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude와 다른 LLM이 자연어를 통해 Firebird 데이터베이스의 데이터에 안전하게 액세스하고 이를 분석하며 조작할 수 있도록 하는 Firebird SQL 데이터베이스용 Anthropic의 모델 컨텍스트 프로토콜(MCP)을 구현하는 서버입니다.

  1. 사용 예
    1. MCP Firebird란 무엇인가요?
      1. 주요 특징
        1. 수동 설치
      2. 기본 사용법
        1. 클로드 데스크톱과 함께
        2. SSE 운송과 함께
      3. Smithery를 통한 빠른 설치
        1. 선적 서류 비치
          1. 프로젝트 지원하기
            1. 기부금
            2. AI 에이전트를 고용하세요
            3. 우선 지원
          2. 특허

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through SQLite. This server enables running SQL queries, analyzing business data, and automatically generating business insight memos.
              Last updated -
              6
              50,852
              Python
              MIT License
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities through MCP tools. It would be interesting to have LLM analyze it. DuckDB is suitable for local analysis.
              Last updated -
              5
              105
              Python
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol (MCP) implementation for connecting to and working with various database systems.
              Last updated -
              23
              17
              TypeScript
              MIT License
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              🗂️ A Model Context Protocol (MCP) server that provides integration with Turso databases for LLMs. This server implements a two-level authentication system to handle both organization-level and database-level operations, making it easy to manage and query Turso databases directly from LLMs.
              Last updated -
              8
              43
              6
              TypeScript
              MIT License
              • Linux

            View all related MCP servers

            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