Back to directory
hmn53/sql-mcp

hmn53/sql-mcp

@hmn53

Python-based MCP server for read-only access to SQL Server or PostgreSQL databases

sqlmcpdatabaseread-onlypostgresqlsql-serverpythonllm

Installation & Configuration

{
  "mcpServers": {
    "sql-explorer": {
      "command": "uv",
      "args": [
        "run",
        "python",
        "src/main.py"
      ],
      "env": {
        "TRANSPORT": "stdio",
        "DATABASE_URL": "your-database-url"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/13
Updated
2026/6/15