Labsco
AnuragRai017 logo

Database Updater

โ˜… 1

from AnuragRai017

Update various databases (PostgreSQL, MySQL, MongoDB, SQLite) using data from CSV and Excel files.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

database-updater MCP Server

database-updater-MCP-Server MCP server

A Model Context Protocol server for updating databases from CSV and Excel files.

Features

Tools

  • update_database - Update database from CSV/Excel files

    • Supports CSV and Excel (.xlsx, .xls) file formats
    • Compatible with multiple database types (PostgreSQL, MySQL, MongoDB, SQLite)
    • Configurable connection settings and table mapping
  • create_note - Create and manage notes (for documentation)

    • Store important information about database updates
    • Track changes and modifications

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch