mcp-server-mariadb
mariadb에서 데이터를 검색하기 위한 MCP 서버 구현
특징
자원
데이터베이스의 스키마 목록 노출
도구
쿼리_데이터베이스
MariDB에 대한 읽기 전용 작업 실행
의존
마리아디비 설치
스코틀랜드 사람
mariadb를 설치할 때 아래와 같은 os 오류가 발생할 수 있습니다. mariadb-connector-c를 설치하면 해결할 수 있습니다.
지엑스피1
brew install mariadb-connector-c실행하세요echo 'export PATH="/opt/homebrew/opt/mariadb-connector-c/bin:$PATH"' >> ~/.bashrc실행합니다.환경 변수
export MARIADB_CONFIG=$(brew --prefix mariadb-connector-c)/bin/mariadb_config설정합니다.uv add mariadb다시 실행하세요.
Claude Desktop과 함께 사용
구성 파일
Claude Desktop 구성 파일 경로:
MacOS :
~/Library/Application Support/Claude/claude_desktop_config.json윈도우 :
%APPDATA%\Claude\claude_desktop_config.json
참고 : 다음 플레이스홀더를 실제 경로로 바꾸세요.
/PATH/TO/uvx: uvx 실행 파일의 전체 경로
참고 : 다음 플레이스홀더를 실제 경로로 바꾸세요.
/PATH/TO/uv: UV 실행 파일의 전체 경로/YOUR/SOURCE/PATH/mcp-server-mariadb/src/mcp_server_mariadb: 서버 소스 코드 경로
특허
이 mcp 서버는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 저장소의 LICENSE 파일을 참조하세요.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude가 MariaDB 데이터베이스에 대해 읽기 전용 쿼리를 실행하고 자연어를 통해 데이터베이스 스키마를 탐색할 수 있도록 하는 MCP 서버 구현입니다.
Related MCP Servers
- Asecurity-licenseAqualityAn MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.Last updated -78614MIT License
- Asecurity-licenseAqualityAn MCP server that enables MySQL database integration with Claude. You can execute SQL queries and manage database connections.Last updated -27MIT License
- -security-license-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -
- -security-license-qualityAn MCP server that enables natural language querying of Supabase PostgreSQL databases using Claude 3.7, allowing users to inspect schemas, execute SQL, manage migrations, and convert natural language to SQL queries.