Skip to main content
Glama

MCP Server for MySQL

.mcp.json.example580 B
{ "inputs": [ { "id": "mysql_connection_string", "type": "promptString", "description": "MySQL Connection String (mysql CLI format, expires hourly)", "password": true } ], "servers": { "mysql_local": { "command": "/path/to/node", "args": ["/absolute/path/to/mcp-server-mysql/dist/index.js"], "env": { "MYSQL_CONNECTION_STRING": "${input:mysql_connection_string}", "ALLOW_INSERT_OPERATION": "false", "ALLOW_UPDATE_OPERATION": "false", "ALLOW_DELETE_OPERATION": "false" } } } }

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

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