Skip to main content
Glama

CentralMind/Gateway

readme.md900 B
--- title: 'MySQL' --- MySQL connector allows querying MySQL/MariaDB databases. ## Config Schema | Field | Type | Required | Description | |-------|------|----------|-------------| | type | string | yes | constant: `mysql` | | host | string | yes | Database host address | | database | string | yes | Database name | | user | string | yes | Username | | password | string | yes | Password | | port | integer | yes | TCP port (default 3306) | | tlsConfig | string | no | TLS configuration name from MySQL server | | conn_string | string | no | Direct connection string (DSN format) | ## Config example: ```yaml type: mysql host: localhost database: mydb user: root password: secret port: 3306 tlsConfig: "" # Optional TLS configuration name from MySQL server ``` Or as alternative with direct connection string: ```yaml type: mysql conn_string: root:secret@tcp(localhost:3306)/mydb ```

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/centralmind/gateway'

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