rjsalgado/mariadb-mcp-server
This MCP server provides access to MariaDB / MySQL databases, allowing users to list databases, tables, describe table schemas, and execute SQL queries with security features.
Tools
Functions exposed to the LLM to take actions
list_databases
List all accessible databases on the MariaDB server
list_tables
List all tables in a specified database
describe_table
Show the schema for a specific table
execute_query
Execute a SQL query
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client