PluginBench
MCP Server

io.github.mimersql/mimer-mcp MCP Server

io.github.mimersql/mimer-mcp

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DB_DSN
    required

    Mimer SQL Database DSN

  • DB_USER
    required

    Database user

  • DB_PASSWORD
    required
    secret

    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)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →