MariaDB / MySQL
JSON →Access and manage MariaDB or MySQL databases using an MCP server.
Tools · 5
- query Execute a SQL query on the database
- list_tables List all tables in the database
- describe_table Describe the schema of a specific table
- read_query Execute a read-only SQL query
- write_query Execute a write SQL query (INSERT, UPDATE, DELETE)
Environment variables
MARIADB_HOSTMARIADB_PORT
Links
★ 4 GitHub stars