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.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
mysql_queryA

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

mysql_execA

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

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: mysql_exec handles write-capable SQL statements, while mysql_query handles read-only statements. There is no ambiguity in purpose or overlap, making it easy for an agent to select the correct tool based on the operation type.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern with 'mysql_' as a prefix and descriptive suffixes ('exec' and 'query'). This predictable naming scheme enhances readability and reduces confusion for agents.

Tool Count2/5

With only 2 tools, the server feels thin for a MySQL database interaction domain. While it covers basic read and write operations, typical database workflows might require more granular tools (e.g., for transactions, schema management, or bulk operations), making this set potentially incomplete for complex tasks.

Completeness2/5

The toolset is severely incomplete for a MySQL server. It lacks essential operations such as managing connections, handling transactions, executing multiple statements, or performing schema-related tasks (e.g., create/drop tables). This minimal coverage could lead to agent failures when attempting common database workflows beyond simple queries.

Maintenance

ActivityInactive
ResponsivenessNo issues