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ツールを使用します。

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

サポートされているデータベースの種類

  • PostgreSQL
  • MySQL
  • モンゴDB
  • 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