Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_SSL | No | Enable SSL | false |
| DB_HOST | No | Database host | localhost |
| DB_NAME | No | Database name or SQLite file path | |
| DB_PORT | No | Database port (default: 3306 for MySQL/MariaDB, 5432 for PostgreSQL) | |
| DB_USER | No | Database user (default: root for MySQL/MariaDB, postgres for PostgreSQL) | |
| DB_SSL_CA | No | CA certificate path | |
| LOG_LEVEL | No | Log level (trace/debug/info/warn/error) | info |
| DB_BACKEND | Yes | Database backend: mysql, mariadb, postgres, or sqlite (required) | |
| DB_CHARSET | No | Character set (MySQL/MariaDB only) | |
| DB_SSL_KEY | No | Client key path | |
| DB_PASSWORD | No | Database password | |
| DB_SSL_CERT | No | Client certificate path | |
| MCP_READ_ONLY | No | Block write queries | true |
| MCP_MAX_POOL_SIZE | No | Max connection pool size (min: 1) | 10 |
| DB_SSL_VERIFY_CERT | No | Verify server certificate | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |