Odel
SQL MCP Server

SQL MCP Server

Local
@nethinweiGoMITUpdated 1w ago

Controlled SQL access gateway with policy, cost limits, tenant isolation, and safe tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/nethinwei/sql-mcp-server:0.1.10

Run

docker run -i --rm ghcr.io/nethinwei/sql-mcp-server:0.1.10

MCP client config

{
  "mcpServers": {
    "sql-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nethinwei/sql-mcp-server:0.1.10"
      ]
    }
  }
}