Database Updater MCP Server

by AnuragRai017
Verified

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Allows importing data from CSV and Excel files into MongoDB databases

  • Allows importing data from CSV and Excel files into MySQL databases

  • Allows importing data from CSV and Excel files into PostgreSQL databases

데이터베이스 업데이트 MCP 서버

CSV 및 Excel 파일에서 데이터베이스를 업데이트하기 위한 모델 컨텍스트 프로토콜 서버입니다.

특징

도구

  • update_database - CSV/Excel 파일에서 데이터베이스 업데이트
    • CSV 및 Excel(.xlsx, .xls) 파일 형식을 지원합니다.
    • 다양한 데이터베이스 유형(PostgreSQL, MySQL, MongoDB, SQLite)과 호환 가능
    • 구성 가능한 연결 설정 및 테이블 매핑
  • create_note - 노트 생성 및 관리(문서용)
    • 데이터베이스 업데이트에 대한 중요한 정보를 저장합니다.
    • 변경 사항 및 수정 사항 추적

용법

데이터베이스 업데이트

다음 매개변수와 함께 update_database 도구를 사용하세요.

지엑스피1

지원되는 데이터베이스 유형

  • 포스트그레스큐엘
  • MySQL
  • 몽고디비
  • SQLite

개발

종속성 설치:

npm install

서버를 빌드하세요:

npm run build

자동 재빌드를 사용한 개발의 경우:

npm run watch

설치

Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.

MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "database-updater": { "command": "/path/to/database-updater/build/index.js" } } }

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. MCP Inspector 사용을 권장합니다.

npm run inspector

검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.

You must be authenticated.

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

자연어 명령을 통해 CSV 및 Excel 파일에서 다양한 데이터베이스 유형(PostgreSQL, MySQL, MongoDB, SQLite)을 업데이트할 수 있는 Claude 통합입니다.

  1. Features
    1. Tools
  2. Usage
    1. Update Database
    2. Supported Database Types
  3. Development
    1. Installation
      1. Debugging
    ID: yqdoq32xyf