← Back to Plugins
MCP Server MCP

io.github.sqlsure/sqlsure

github By github 👁 1 views ▲ 0 votes

Semantic SQL inspector: catches double-counting, wrong joins, PII exposure before execution.

Homepage Verified source GitHub

Install

uvx sqlsure

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "sqlsure",
      "version": "0.1.1",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "run as module",
          "value": "-m",
          "type": "positional"
        },
        {
          "description": "the MCP server module",
          "value": "sqlsure.mcp_server",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "description": "Path to semantic model JSON (or use --manifest with a dbt manifest.json)",
          "isRequired": true,
          "format": "filepath",
          "type": "named",
          "name": "--model"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...