tomkolovratnik/MariaDbMcpServer
If you are the rightful owner of MariaDbMcpServer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MariaDB MCP Server is a Model Context Protocol server that provides Claude with direct access to MariaDB/MySQL databases, built using C# and .NET 8.0.
Tools
Functions exposed to the LLM to take actions
query
Execute SELECT queries with parameterization
insert
Insert single or multiple rows
update
Update data with WHERE clauses
delete
Delete data with required WHERE clauses
execute_ddl
Schema modifications (CREATE, ALTER, DROP)
call_procedure
Execute stored procedures
call_function
Call stored functions
begin_transaction
Begin a database transaction
commit
Commit a database transaction
rollback
Rollback a database transaction
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client