Skip to main content
Glama
Heelc

vmysql-mcp

by Heelc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MYSQL_DEV_DSNNoMySQL connection string for the development environment. (e.g., mysql://user:password@127.0.0.1:3306/app_dev)
MYSQL_PROD_RO_DSNNoMySQL connection string for the production read-only environment. (e.g., mysql://readonly:password@127.0.0.1:3306/app)
VMYSQL_CONFIG_PATHYesPath to the vmysql.config.json configuration file. By default, it uses vmysql.config.json in the current working directory. Absolute paths are recommended.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
mysql_query

Run one read-only SQL statement on a configured MySQL environment.

mysql_exec

Run one write-capable SQL statement on a configured MySQL environment if policy allows.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Heelc/vmysql-mcp'

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