Skip to main content
Glama

MariaDB MCP Server

by yawlhead91

execute_sql

Executes read-only SQL queries to retrieve data from MariaDB databases. Supports database exploration and schema inspection with secure connection pooling and logging.

Instructions

Execute a read-only SQL query and return results.

Input Schema

NameRequiredDescriptionDefault
databaseNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "database": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Database" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "execute_sqlArguments", "type": "object" }

Other Tools from MariaDB MCP Server

Related Tools

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/yawlhead91/mariadb-mcp'

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