Skip to main content
Glama

MCP MariaDB Server

by quintana1308
docker-compose.yml603 B
services: mariadb-server: image: mariadb:11 container_name: mariadb environment: MARIADB_ROOT_PASSWORD: rootpassword123 MARIADB_DATABASE: demo MARIADB_USER: user MARIADB_PASSWORD: password123 ports: - "3306:3306" healthcheck: test: ["CMD", "mariadb-admin", "ping", "-h", "127.0.0.1", "-p'rootpassword123'"] interval: 5s timeout: 3s retries: 10 mariadb-mcp: build: . container_name: mariadb-mcp env_file: .env ports: - "9001:9001" depends_on: mariadb-server: condition: service_healthy

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/quintana1308/mcpMariaDB'

If you have feedback or need assistance with the MCP directory API, please join our Discord server