MariaDB MCP Server
by cemalturkcan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_MCP_CONFIG_PATH | No | Environment variable to specify a custom path for the config.json file. If not set, the server looks in default locations (e.g., ~/.config/mariadb-mcp/config.json). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_connectionsB | Lists configured MariaDB connections. |
| list_databasesC | Lists databases for the selected connection. |
| list_tablesB | Lists tables for the selected connection. |
| describe_tableC | Returns column information for a table. |
| execute_selectA | Executes a read-only SELECT/SHOW/DESCRIBE/EXPLAIN query. Row limit is enforced. |
| suggest_queryC | Suggests a query that should be executed manually. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/cemalturkcan/mariadb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server