데이터베이스 업데이트 MCP 서버
CSV 및 Excel 파일에서 데이터베이스를 업데이트하기 위한 모델 컨텍스트 프로토콜 서버입니다.
특징
도구
update_database
- CSV/Excel 파일에서 데이터베이스 업데이트- CSV 및 Excel(.xlsx, .xls) 파일 형식을 지원합니다.
- 다양한 데이터베이스 유형(PostgreSQL, MySQL, MongoDB, SQLite)과 호환 가능
- 구성 가능한 연결 설정 및 테이블 매핑
create_note
- 노트 생성 및 관리(문서용)- 데이터베이스 업데이트에 대한 중요한 정보를 저장합니다.
- 변경 사항 및 수정 사항 추적
용법
데이터베이스 업데이트
다음 매개변수와 함께 update_database
도구를 사용하세요.
지엑스피1
지원되는 데이터베이스 유형
- 포스트그레스큐엘
- MySQL
- 몽고디비
- SQLite
개발
종속성 설치:
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
설치
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. MCP Inspector 사용을 권장합니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
자연어 명령을 통해 CSV 및 Excel 파일에서 다양한 데이터베이스 유형(PostgreSQL, MySQL, MongoDB, SQLite)을 업데이트할 수 있는 Claude 통합입니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA server that enables interaction with PostgreSQL, MySQL, MariaDB, or SQLite databases through Claude Desktop using natural language queries.Last updated -Python
- -securityFlicense-qualityA natural language interface that allows Claude to execute SQL queries on your local MySQL databases, enabling database interaction using natural language.Last updated -2Python
- -securityFlicense-qualityProvides Claude Desktop with secure access to multiple database connections, allowing users to query MySQL, PostgreSQL, SQLite, and SQL Server databases directly through natural language.Last updated -
- -securityAlicense-qualityProvides Claude with direct access to databases including SQLite, SQL Server, PostgreSQL, and MySQL, enabling execution of SQL queries and table management through natural language.Last updated -8071TypeScriptMIT License