loading…
Search for a command to run...
loading…
Sql Builder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Sql Builder AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
sql-builder-ai-mcp MCP server MCP Registry PyPI
By MEOK AI Labs — MEOK AI Labs MCP Server
SQL Builder AI MCP Server
pip install sql-builder-ai-mcp
# Run standalone
python server.py
# Or via MCP
mcp install sql-builder-ai-mcp
build_selectBuild a SELECT SQL query from structured parameters.
Parameters:
table (str)columns (str)where (str)order_by (str)limit (int)joins (str)build_insertBuild an INSERT SQL query from a list of row dicts.
Parameters:
table (str)rows (str)on_conflict (str)explain_queryAnalyze and explain a SQL query's structure and components.
Parameters:
sql (str)optimize_query_hintsSuggest optimizations for a SQL query.
Parameters:
sql (str)Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
MIT — MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"sql-builder-ai-mcp": {
"command": "npx",
"args": []
}
}
}