
Mimer Mcp
- 3 repo stars
- Updated April 24, 2026
- mimersql/mimer-mcp
Connects an AI assistant to a Mimer SQL database so it can query and work with data through a pooled connection.
About
Mimer MCP is an MCP server that exposes Mimer SQL database connectivity to an AI assistant, letting it run queries against a Mimer instance over stdio with a configurable connection pool. A solo builder reaches for it when their stack runs on Mimer SQL and they want Claude Code or another agent to inspect schema and data without writing a bespoke connector, tuning pool size and health checks through environment variables.
- Mimer SQL connectivity over MCP
- Configurable connection pooling
- Deep connection health checks
Mimer Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --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 mimer-mcp-server -- uvx mimer-mcp-serverAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Package | mimer-mcp-server |
| Transport | STDIO |
| Auth | Required |
| Last updated | April 24, 2026 |
| Repository | mimersql/mimer-mcp ↗ |
What it does
Connects an AI assistant to a Mimer SQL database so it can query and work with data through a pooled connection.
Who is it for?
Giving an agent read/write access to a Mimer SQL database.
Skip if: Stacks on Postgres, MySQL, or other engines.
What you get
- query results