mcp-sql logo

mcp-sql

by algonacci

mcp-sql is an MCP server that provides clients with the ability to access SQL databases, supporting both MySQL and PostgreSQL. It allows for remote SQL database interaction through the MCP framework.

View on GitHub

Last updated: N/A

mcp-sql

MCP server to give client the ability to access SQL databases (MySQL and PostgreSQL supported)

Usage

For this MCP server to work, add the following configuration to your MCP config file:

{
  "mcpServers": {
    "sql_access": {
      "command": "uv",
      "args": [
        "--directory",
        "%USERPROFILE%/Documents/GitHub/mcp-sql",
        "run",
        "python",
        "main.py"
      ]
    }
  }
}