We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/akworob/mariadb_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MariaDB MCP Server Requirements
# Python 3.8+ required
# MCP Framework
mcp>=1.0.0
# Database connector
mariadb>=1.1.10
# Async support
asyncio
# Standard library modules (included with Python)
# - json
# - logging
# - os
# - enum
# - datetime
# - decimal