Skip to main content
Glama
AnuragRai017

Database Updater MCP Server

by AnuragRai017

MCP-сервер database-updater

database-updater-MCP-Server MCP server

Сервер протокола контекста модели (MCP) для обновления баз данных из файлов CSV и Excel.

Функции

Инструменты

  • 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

Инспектор предоставит 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