Mimer MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 2 Sep 2026.
An MCP server with Mimer SQL Database Connectivity
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
result = subprocess.run(
"image/png": "iVBORw0KGgoAAAANSUhEUgAABW4AAAHqCAYAAACUWtfDAAAAOnRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjEwLjgsIGh0dHBzOi8vbWF0cGxvdGxpYi5vcmcvwVt1zgAAAAlwSFlzAAAPYQAAD2EBqD+naQAAkflJREFUeJzt3QeYE9XXx/Gz9N67VEFpUhQEsYGAVFEEFTugoiKgotilimLBLio2wF5QVBSwgGADEQQUC9IRqVIXpG/e…
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mimer-mcp -- uvx mimer-mcp-server
{
"mcpServers": {
"mimer-mcp": {
"args": [
"mimer-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.mimer-mcp]
command = "uvx"
args = ["mimer-mcp-server"]
{
"mcpServers": {
"mimer-mcp": {
"args": [
"mimer-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mimer-mcp": {
"args": [
"mimer-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
DB_DSN (Mimer SQL Database DSN), DB_USER (Database user), DB_PASSWORD (Database password), DB_HOST (Database host), DB_PORT (Database port), DB_PROTOCOL (Database protocol), DB_POOL_INITIAL_CON (Initial number of idle connections in the pool), DB_POOL_MAX_UNUSED (Maximum number of unused connections in the pool), DB_POOL_MAX_CON (Maximum number of connections allowed), DB_POOL_BLOCK (Block and wait for connection when exceeding max connections), DB_POOL_DEEP_HEALTH_CHECK (Deep health check - validates connection health before getting from pool), MCP_LOG_LEVEL (Logging level for the MCP server (DEBUG, INFO, WARNING, ERROR, CRITICAL)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.
An MCP server for MySQL databases.
Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse
MCP server for interacting with PostgreSQL databases
MCP server for interacting with Oracle databases
A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.
Python MCP server for MySQL database inspection and querying
Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.
Answers built from our own checks of this server.