Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 467 Bytes

File metadata and controls

24 lines (20 loc) · 467 Bytes

mcp-sql

MCP server to give client the ability to access SQL databases (MySQL, PostgreSQL, SQLite, SQL Server, and Oracle 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"
      ]
    }
  }
}