mcp-database-server

mcp-database-server

3.2

If you are the rightful owner of mcp-database-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Database Server provides database access capabilities to Claude, supporting SQLite, SQL Server, and PostgreSQL databases.

The MCP Database Server is a versatile tool designed to facilitate database interactions for Claude, a language model. It supports multiple database systems including SQLite, SQL Server, and PostgreSQL, allowing users to execute queries, manage tables, and perform various database operations. The server can be used directly by installing it globally or through local development setups. It offers a range of tools for executing read and write queries, managing database schemas, and exporting data. The server is built using Node.js and requires version 18 or higher. It is licensed under the MIT License, ensuring open-source availability and modification rights.

Features

  • Supports multiple databases: SQLite, SQL Server, and PostgreSQL.
  • Offers tools for executing read and write queries, managing tables, and exporting data.
  • Can be used directly via global installation or through local development.
  • Provides detailed configuration options for Claude Desktop integration.
  • Includes development tools for watching changes and running in development mode.

Tools

  1. read_query

    Execute SELECT queries to read data.

  2. write_query

    Execute INSERT, UPDATE, or DELETE queries.

  3. create_table

    Create new tables in the database.

  4. alter_table

    Modify existing table schema.

  5. drop_table

    Remove a table from the database.