Skip to content
Windsurf

mimer mcp for Windsurf

io.github.mimersql/mimer-mcp

An MCP server with Mimer SQL Database Connectivity

client:Windsurf transport:stdio runtime:pypi

Install mimer mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mimer-mcp": {
      "command": "uvx",
      "args": [
        "mimer-mcp-server"
      ],
      "env": {
        "DB_DSN": "<DB_DSN>",
        "DB_USER": "<DB_USER>",
        "DB_PASSWORD": "<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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mimer mcp in other clients