Skip to content
Cursor

sql builder ai mcp for Cursor

io.github.csoai-org/sql-builder-ai-mcp

Sql Builder Ai MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install sql builder ai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sql-builder-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sql-builder-ai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sql builder ai mcp in other clients