Skip to main content
Glama

BlazeSQL MCP Server

by arjshiv
package.json835 B
{ "name": "blaze-sql-server", "version": "0.1.0", "description": "Blaze SQL MCP server for natural language queries to your database", "private": true, "type": "module", "bin": { "blaze-sql-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "build-and-inspect": "pnpm run build && pnpm run inspector" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "@types/node-fetch": "^2.6.12", "dotenv": "^16.5.0", "node-fetch": "^3.3.2", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arjshiv/blaze-sql-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server