Skip to main content
Glama

MySQL MCP Server

by w2pwinlinux
docker-compose.yml524 B
version: '3.8' services: builder: image: python:3.12 volumes: - .:/app working_dir: /app command: > sh -c " apt-get update && apt-get install -y mingw-w64 && pip install --upgrade pip && pip install setuptools && pip install pyarmor==9.1.7 nuitka patchelf && pyarmor gen -O dist mysql_mcp_server_v2.py && python -m nuitka --mingw64 --onefile --windows-disable-console --output-filename=mysql_mcp_server_v2.exe dist/mysql_mcp_server_v2.py "

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/w2pwinlinux/mcp_server_instalador'

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