Skip to main content
Glama

MCP MySQL Server

Dockerfile477 B
# Use an official Node.js runtime as the base image FROM node:18-alpine # Set the working directory in the container WORKDIR /app # Copy package.json and package-lock.json to the working directory COPY package*.json ./ # Install application dependencies RUN npm install # Copy the rest of the application code to the working directory COPY . . EXPOSE 8000 # For instructions on how to consume this MCP server, please refer to the README.md file. CMD ["node", "index.js"]

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

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