Skip to main content
Glama

Database Updater MCP Server

데이터베이스 업데이트 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을 제공합니다.

Install Server
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.

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

  1. 특징
    1. 도구
  2. 용법
    1. 데이터베이스 업데이트
    2. 지원되는 데이터베이스 유형
  3. 개발
    1. 설치
      1. 디버깅

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      A server that enables interaction with PostgreSQL, MySQL, MariaDB, or SQLite databases through Claude Desktop using natural language queries.
      Last updated -
      Python
    • -
      security
      F
      license
      -
      quality
      A natural language interface that allows Claude to execute SQL queries on your local MySQL databases, enabling database interaction using natural language.
      Last updated -
      2
      Python
      • Linux
      • Apple
    • -
      security
      F
      license
      -
      quality
      Provides 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 -
      • Apple
    • -
      security
      A
      license
      -
      quality
      Provides 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 -
      807
      1
      TypeScript
      MIT License
      • Apple
      • 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/AnuragRai017/database-updater-MCP-Server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server