N
Nl2sql MCP
by @purcelba
MCP server that scores NL2SQL questions for confidence before generating SQL
Created 4/14/2026
Updated about 4 hours ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Install Package (if required)
uvx nl2sql-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"purcelba-nl2sql-mcp": {
"command": "uvx",
"args": [
"nl2sql-mcp"
]
}
}
}