Skip to main content
Glama
pyproject.toml474 B
[project] name = "mcp-sql-optimizer" version = "0.1.0" description = "A Universal SQL Query Optimizer MCP Server" readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "Rajaul Uddin", email = "uddin.rajaul@gmail.com"} ] dependencies = [ "mcp>=1.0.0", "sqlglot>=20.0.0", "pydantic>=2.0.0" ] [build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project.scripts] sql-optimizer = "server:main"

Latest Blog Posts

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/uddin-rajaul/mcp-sql-optimizer'

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