What is the io.github.mimersql/mimer-mcp MCP server?
An MCP server with Mimer SQL Database Connectivity
How to install io.github.mimersql/mimer-mcp
Copy-paste configuration for popular MCP clients.
DB_DSNrequiredMimer SQL Database DSN
DB_USERrequiredDatabase user
DB_PASSWORDrequiredsecretDatabase password
DB_HOSTDatabase host
DB_PORTDatabase port
DB_PROTOCOLDatabase protocol
DB_POOL_INITIAL_CONInitial number of idle connections in the pool
DB_POOL_MAX_UNUSEDMaximum number of unused connections in the pool
DB_POOL_MAX_CONMaximum number of connections allowed
DB_POOL_BLOCKBlock and wait for connection when exceeding max connections
DB_POOL_DEEP_HEALTH_CHECKDeep health check - validates connection health before getting from pool
MCP_LOG_LEVELLogging level for the MCP server (DEBUG, INFO, WARNING, ERROR, CRITICAL)
{
"mcpServers": {
"mimer-mcp": {
"command": "uvx",
"args": [
"mimer-mcp-server"
],
"env": {
"DB_DSN": "<YOUR_DB_DSN>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>",
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_PROTOCOL": "<YOUR_DB_PROTOCOL>",
"DB_POOL_INITIAL_CON": "<YOUR_DB_POOL_INITIAL_CON>",
"DB_POOL_MAX_UNUSED": "<YOUR_DB_POOL_MAX_UNUSED>",
"DB_POOL_MAX_CON": "<YOUR_DB_POOL_MAX_CON>",
"DB_POOL_BLOCK": "<YOUR_DB_POOL_BLOCK>",
"DB_POOL_DEEP_HEALTH_CHECK": "<YOUR_DB_POOL_DEEP_HEALTH_CHECK>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"mimer-mcp": {
"command": "uvx",
"args": [
"mimer-mcp-server"
],
"env": {
"DB_DSN": "<YOUR_DB_DSN>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>",
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_PROTOCOL": "<YOUR_DB_PROTOCOL>",
"DB_POOL_INITIAL_CON": "<YOUR_DB_POOL_INITIAL_CON>",
"DB_POOL_MAX_UNUSED": "<YOUR_DB_POOL_MAX_UNUSED>",
"DB_POOL_MAX_CON": "<YOUR_DB_POOL_MAX_CON>",
"DB_POOL_BLOCK": "<YOUR_DB_POOL_BLOCK>",
"DB_POOL_DEEP_HEALTH_CHECK": "<YOUR_DB_POOL_DEEP_HEALTH_CHECK>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"mimer-mcp": {
"command": "uvx",
"args": [
"mimer-mcp-server"
],
"env": {
"DB_DSN": "<YOUR_DB_DSN>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>",
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_PROTOCOL": "<YOUR_DB_PROTOCOL>",
"DB_POOL_INITIAL_CON": "<YOUR_DB_POOL_INITIAL_CON>",
"DB_POOL_MAX_UNUSED": "<YOUR_DB_POOL_MAX_UNUSED>",
"DB_POOL_MAX_CON": "<YOUR_DB_POOL_MAX_CON>",
"DB_POOL_BLOCK": "<YOUR_DB_POOL_BLOCK>",
"DB_POOL_DEEP_HEALTH_CHECK": "<YOUR_DB_POOL_DEEP_HEALTH_CHECK>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>"
}
}
}
}{
"servers": {
"mimer-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mimer-mcp-server"
],
"env": {
"DB_DSN": "<YOUR_DB_DSN>",
"DB_USER": "<YOUR_DB_USER>",
"DB_PASSWORD": "<YOUR_DB_PASSWORD>",
"DB_HOST": "<YOUR_DB_HOST>",
"DB_PORT": "<YOUR_DB_PORT>",
"DB_PROTOCOL": "<YOUR_DB_PROTOCOL>",
"DB_POOL_INITIAL_CON": "<YOUR_DB_POOL_INITIAL_CON>",
"DB_POOL_MAX_UNUSED": "<YOUR_DB_POOL_MAX_UNUSED>",
"DB_POOL_MAX_CON": "<YOUR_DB_POOL_MAX_CON>",
"DB_POOL_BLOCK": "<YOUR_DB_POOL_BLOCK>",
"DB_POOL_DEEP_HEALTH_CHECK": "<YOUR_DB_POOL_DEEP_HEALTH_CHECK>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>"
}
}
}
}claude mcp add mimer-mcp --env DB_DSN=<YOUR_DB_DSN> --env DB_USER=<YOUR_DB_USER> --env DB_PASSWORD=<YOUR_DB_PASSWORD> --env DB_HOST=<YOUR_DB_HOST> --env DB_PORT=<YOUR_DB_PORT> --env DB_PROTOCOL=<YOUR_DB_PROTOCOL> --env DB_POOL_INITIAL_CON=<YOUR_DB_POOL_INITIAL_CON> --env DB_POOL_MAX_UNUSED=<YOUR_DB_POOL_MAX_UNUSED> --env DB_POOL_MAX_CON=<YOUR_DB_POOL_MAX_CON> --env DB_POOL_BLOCK=<YOUR_DB_POOL_BLOCK> --env DB_POOL_DEEP_HEALTH_CHECK=<YOUR_DB_POOL_DEEP_HEALTH_CHECK> --env MCP_LOG_LEVEL=<YOUR_MCP_LOG_LEVEL> -- uvx mimer-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.