Skip to main content
Glama

MySQL MCP Server

by Mineru98
MIT License
28
  • Linux
  • Apple
Dockerfile168 B
FROM python:3.11 WORKDIR /app COPY requirements.txt . RUN pip install -r requirements.txt COPY . . EXPOSE 8081 CMD ["python", "mysql_mcp_server/main.py", "run"]

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/Mineru98/mysql-mcp-server'

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