← Back to browse

mimer-mcp

Indexed by io.github.mimersql

About

An MCP server with Mimer SQL Database Connectivity

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDB_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
Claude Code
claude mcp add --env DB_DSN= --env DB_USER= --env DB_PASSWORD= --env DB_HOST= --env DB_PORT= --env DB_PROTOCOL= --env DB_POOL_INITIAL_CON= --env DB_POOL_MAX_UNUSED= --env DB_POOL_MAX_CON= --env DB_POOL_BLOCK= --env DB_POOL_DEEP_HEALTH_CHECK= --env MCP_LOG_LEVEL= mimer-mcp -- uvx mimer-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"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":""}}'
JSON
{
  "mcpServers": {
    "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": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.