Blaze Sql
Freeby MCP Community
Blaze SQL MCP server for natural language queries to your database
v0.1.0Added Apr 12, 2026
Blaze Sql MCP Server
Blaze SQL MCP server for natural language queries to your database
Installation
Reviews
Installation
Quick install
npx -y @iflow-mcp/blaze-sql-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"blaze-sql": {
"command": "npx",
"args": ["-y", "@iflow-mcp/blaze-sql-mcp-server"]
}
}
}