mcp-database-server

mcp-database-server

40

The MCP Database Server allows access to SQLite, SQL Server, and PostgreSQL databases using the Model Context Protocol. It provides tools for executing queries, managing tables, and configuring Claude Desktop for database interactions.

What databases are supported by the MCP Database Server?

The server supports SQLite, SQL Server, and PostgreSQL databases.

How can I install the MCP Database Server for direct usage?

You can install it globally using npm with the command npm install -g @executeautomation/database-server.

What are the requirements for running the MCP Database Server?

You need Node.js version 18 or higher, SQL Server 2012 or later, and PostgreSQL 9.5 or later.

How do I configure Claude Desktop to use the MCP Database Server?

You can configure it by editing the claude_desktop_config.json file with the appropriate server command and arguments.

Where can I find additional documentation for using the MCP Database Server?

Additional documentation is available in the docs directory, including setup guides and usage examples.