An MCP server with Mimer SQL Database Connectivity
Set these up before or after installing:
Environment variable: DB_DSN
Environment variable: DB_USER
Environment variable: DB_PASSWORD
Environment variable: DB_HOST
Environment variable: DB_PORT
Environment variable: DB_PROTOCOL
Environment variable: DB_POOL_INITIAL_CON
Environment variable: DB_POOL_MAX_UNUSED
Environment variable: DB_POOL_MAX_CON
Environment variable: DB_POOL_BLOCK
Environment variable: DB_POOL_DEEP_HEALTH_CHECK
Environment variable: MCP_LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mimersql-mimer-mcp": {
"env": {
"DB_DSN": "your-db-dsn-here",
"DB_HOST": "your-db-host-here",
"DB_PORT": "your-db-port-here",
"DB_USER": "your-db-user-here",
"DB_PASSWORD": "your-db-password-here",
"DB_PROTOCOL": "your-db-protocol-here",
"DB_POOL_BLOCK": "your-db-pool-block-here",
"MCP_LOG_LEVEL": "your-mcp-log-level-here",
"DB_POOL_MAX_CON": "your-db-pool-max-con-here",
"DB_POOL_MAX_UNUSED": "your-db-pool-max-unused-here",
"DB_POOL_INITIAL_CON": "your-db-pool-initial-con-here",
"DB_POOL_DEEP_HEALTH_CHECK": "your-db-pool-deep-health-check-here"
},
"args": [
"mimer-mcp-server"
],
"command": "uvx"
}
}
}Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
Scanned 5 files · 1 finding
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Be the first to review this server!