Skip to main content
Glama
AnuragRai017

Database Updater MCP Server

by AnuragRai017

database-updater MCP 서버

database-updater-MCP-Server MCP server

CSV 및 Excel 파일에서 데이터베이스를 업데이트하기 위한 Model Context Protocol 서버입니다.

기능

도구

  • update_database - CSV/Excel 파일에서 데이터베이스 업데이트

    • CSV 및 Excel(.xlsx, .xls) 파일 형식 지원

    • 여러 데이터베이스 유형(PostgreSQL, MySQL, MongoDB, SQLite)과 호환

    • 구성 가능한 연결 설정 및 테이블 매핑

  • create_note - 메모 생성 및 관리 (문서화용)

    • 데이터베이스 업데이트에 관한 중요 정보 저장

    • 변경 사항 및 수정 사항 추적

Related MCP server: MCP Database Server

사용법

데이터베이스 업데이트

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

{
  "filePath": "/path/to/your/file.csv",
  "databaseType": "PostgreSQL",
  "connectionString": "postgresql://user:pass@localhost:5432/db",
  "tableName": "target_table"
}

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

  • PostgreSQL

  • MySQL

  • MongoDB

  • 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

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

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    853
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables Claude to connect to and interact with SQLite, SQL Server, PostgreSQL, and MySQL databases through natural language. Supports executing queries, managing tables, exporting data, and storing business insights with authentication options including AWS IAM.
    853
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables Claude to query and manage databases (SQLite, SQL Server, PostgreSQL, MySQL) through natural language, supporting read/write operations and schema management.
    853
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

  • Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.

  • GibsonAI MCP server: manage your databases with natural language

View all MCP Connectors

Latest Blog Posts

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