Mimer MCP

A Model Context Protocol (MCP) server that provides Mimer SQL database connectivity to browse database schemas, execute read-only queries with parameterization support, and manage stored procedures. Its 8 documented tools cover stored, procedure, table. It runs locally over stdio via the published package.

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-04-24 · ★ 3 · #122 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Mimer MCP

before you install - you'll need

Set DOTENV_PATH, MCP_TRANSPORT before connecting.

Claude Code

claude mcp add mimersql-mimer-mcp -- uvx mimer-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mimersql-mimer-mcp": {
      "command": "uvx",
      "args": [
        "mimer-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mimer-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.mimersql is GitHub-verified and matches the repo owner

03 · What Mimer MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all available schemas in the database, list table names within the specified schema, get detailed table schema and sample rows, and list read-only stored procedures in the database.

Capability map

Tools grouped from the project's README - what Mimer MCP lets an agent do.

Stored

4 tools - e.g. List read-only stored procedures in the database; Get the definition of a stored procedure; Get the parameters of a stored procedure

list_stored_procedures · get_stored_procedure_definition · get_stored_procedure_parameters · execute_stored_procedure

Table

2 tools - e.g. List table names within the specified schema; Get detailed table schema and sample rows

list_table_names · get_table_info

read & search

1 tool - e.g. List all available schemas in the database

list_schemas

run & execute

1 tool - e.g. Execute SQL query with parameter support (Only SELECT queries are allowed)

execute_query

04 · Who maintains Mimer MCP

mimer-mcp is maintained by mimersql. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
database - ranked #122 of 151 actively-maintained database servers as of 2026-08-25.
registry
io.github.mimersql/mimer-mcp (active, first published 2026-02-18 · 3 versions)
packages
pypi:mimer-mcp-server

06 · Mimer MCP FAQ

Is Mimer MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-24. We re-verify nightly.

What can Mimer MCP do?

With this server connected, an agent can list all available schemas in the database, list table names within the specified schema, get detailed table schema and sample rows, and list read-only stored procedures in the database.

How do I install Mimer MCP?

Run `uvx mimer-mcp-server`. The README documents 2 environment variables (DOTENV_PATH, MCP_TRANSPORT) to set first. Set DOTENV_PATH, MCP_TRANSPORT before connecting. You can also paste the ready-made client config above.

Does Mimer MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mimer MCP

More database MCP servers · Terminal MCP · Agent Relay · Server Motherduck · Tabedata MCP

More Python MCP servers · Tooluniverse · Agenticorg · Paper Banana CN · Py Scrappy · see all