mcpbeat Sign in

Mimer MCP Server

local only

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

Installs per day peak 24 · avg 11 · -1% w/w
a month agotoday
80
Installs / week
pypi · mimer-mcp-server
3
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

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.

File ships in the package but is absent from the source [пакет] src/mimer_mcp_server/_version.py:1
этот файл ставится пользователю, но в репозитории его нет
        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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mimer-mcp -- uvx mimer-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mimer-mcp": {
      "args": [
        "mimer-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mimer-mcp]
command = "uvx"
args = ["mimer-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mimer-mcp": {
      "args": [
        "mimer-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Mimer MCP

same job, measured the same way
Database MCP
by cocaxcode

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.

139 installs/wk local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
DB Connect MCP
by yugui923

Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse

390 installs/wk local only
Postgres
by marcelo-ochoa

MCP server for interacting with PostgreSQL databases

34 installs/wk local only
Oracle
by marcelo-ochoa

MCP server for interacting with Oracle databases

96 installs/wk local only
Fastmcp Sqltools
by atarkowska

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

53 installs/wk local only
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
I
DB MCP Server
by stucchi

Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.

245 installs/wk local only

Mimer MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mimer MCP?
Mimer MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mimer-mcp-server was installed 80 times last week.
How do I connect Mimer MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mimer-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Mimer MCP?
The pypi package mimer-mcp-server was installed 80 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mimer MCP open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.