Skip to main content
Glama

MySQL MCP Server

by QiPanTanYi
database-permissions.json496 B
{ "permissions": { "allowedTables": ["users"], "readOnlyTables": ["nttt"], "allowedOperations": { "users": ["SELECT", "INSERT", "UPDATE", "DELETE"], "nttt": ["SELECT"] }, "forbiddenOperations": [ "DROP TABLE", "DROP DATABASE", "TRUNCATE", "ALTER TABLE", "CREATE TABLE", "CREATE DATABASE" ], "maxQueryLimit": 1000 }, "audit": { "enabled": true, "logPath": "./logs/audit.log", "trackChanges": true } }

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

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