Serversio.github.mimersql/mimer-mcp
M

io.github.mimersql/mimer-mcp

io.github.mimersql/mimer-mcp · v1.0.5
▦ pypi
v1.0.5pypi pypi: mimer-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mimersql/mimer-mcp",
  "description": "An MCP server with Mimer SQL Database Connectivity",
  "repository": {
    "url": "https://github.com/mimersql/mimer-mcp",
    "source": "github"
  },
  "version": "1.0.5",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mimer-mcp-server",
      "version": "1.0.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Mimer SQL Database DSN",
          "isRequired": true,
          "format": "string",
          "name": "DB_DSN"
        },
        {
          "description": "Database user",
          "isRequired": true,
          "format": "string",
          "name": "DB_USER"
        },
        {
          "description": "Database password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DB_PASSWORD"
        },
        {
          "description": "Database host",
          "format": "string",
          "name": "DB_HOST"
        },
        {
          "description": "Database port",
          "format": "string",
          "name": "DB_PORT"
        },
        {
          "description": "Database protocol",
          "format": "string",
          "name": "DB_PROTOCOL"
        },
        {
          "description": "Initial number of idle connections in the pool",
          "format": "number",
          "name": "DB_POOL_INITIAL_CON"
        },
        {
          "description": "Maximum number of unused connections in the pool",
          "format": "number",
          "name": "DB_POOL_MAX_UNUSED"
        },
        {
          "description": "Maximum number of connections allowed",
          "format": "number",
          "name": "DB_POOL_MAX_CON"
        },
        {
          "description": "Block and wait for connection when exceeding max connections",
          "format": "boolean",
          "name": "DB_POOL_BLOCK"
        },
        {
          "description": "Deep health check - validates connection health before getting from pool",
          "format": "boolean",
          "name": "DB_POOL_DEEP_HEALTH_CHECK"
        },
        {
          "description": "Logging level for the MCP server (DEBUG, INFO, WARNING, ERROR, CRITICAL)",
          "format": "string",
          "name": "MCP_LOG_LEVEL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}