MCP Server
MCP
io.github.sqlsure/sqlsure
Semantic SQL inspector: catches double-counting, wrong joins, PII exposure before execution.
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
By
Comments
Sign in to leave a comment