Loading MCP server directory, please wait...
An MCP server with Mimer SQL Database Connectivity
npx @getmcp/cli add io.github.mimersql/mimer-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
DB_DSNMimer SQL Database DSN
DB_USERDatabase user
DB_PASSWORDDatabase password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mimersql/mimer-mcp": {
"command": "uvx",
"args": [
"mimer-mcp-server"
],
"env": {
"DB_DSN": "",
"DB_USER": "",
"DB_PASSWORD": "",
"DB_HOST": "",
"DB_PORT": "",
"DB_PROTOCOL": "",
"DB_POOL_INITIAL_CON": "",
"DB_POOL_MAX_UNUSED": "",
"DB_POOL_MAX_CON": "",
"DB_POOL_BLOCK": "",
"DB_POOL_DEEP_HEALTH_CHECK": "",
"MCP_LOG_LEVEL": ""
}
}
}
}