Skip to content

Blaze Sql

Free

by MCP Community

Blaze SQL MCP server for natural language queries to your database

v0.1.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Blaze Sql MCP Server

Blaze SQL MCP server for natural language queries to your database

Installation

Reviews

Leave a Review

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"]
    }
  }
}