An MCP server with Mimer SQL Database Connectivity

stdioofficialapplication

Package Details

Transportstdio

Environment Variables

DB_DSN(str)
Required

Mimer SQL Database DSN

DB_USER(str)
Required

Database user

DB_PASSWORD(str)
RequiredSecret

Database password

DB_HOST(str)

Database host

DB_PORT(str)

Database port

DB_PROTOCOL(str)

Database protocol

DB_POOL_INITIAL_CON(num)

Initial number of idle connections in the pool

DB_POOL_MAX_UNUSED(num)

Maximum number of unused connections in the pool

DB_POOL_MAX_CON(num)

Maximum number of connections allowed

DB_POOL_BLOCK(bool)

Block and wait for connection when exceeding max connections

DB_POOL_DEEP_HEALTH_CHECK(bool)

Deep health check - validates connection health before getting from pool

MCP_LOG_LEVEL(str)

Logging level for the MCP server (DEBUG, INFO, WARNING, ERROR, CRITICAL)