← Index

io.github.mimersql/mimer-mcp

io.github.mimersql/mimer-mcp·v1.0.5·Other
Quality Score
82
/100

An MCP server with Mimer SQL Database Connectivity

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mimer-mcp": {
      "command": "uvx",
      "args": [
        "mimer-mcp-server"
      ],
      "env": {
        "DB_DSN": "<db_dsn>",
        "DB_USER": "<db_user>",
        "DB_PASSWORD": "<your-db_password>",
        "DB_HOST": "<db_host>",
        "DB_PORT": "<db_port>",
        "DB_PROTOCOL": "<db_protocol>",
        "DB_POOL_INITIAL_CON": "<db_pool_initial_con>",
        "DB_POOL_MAX_UNUSED": "<db_pool_max_unused>",
        "DB_POOL_MAX_CON": "<db_pool_max_con>",
        "DB_POOL_BLOCK": "<db_pool_block>",
        "DB_POOL_DEEP_HEALTH_CHECK": "<db_pool_deep_health_check>",
        "MCP_LOG_LEVEL": "<mcp_log_level>"
      }
    }
  }
}
§02  Environment variables
DB_DSN
required

Mimer SQL Database DSN

DB_USER
required

Database user

DB_PASSWORD
requiredsecret

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)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other