Connection Configuration
Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add io.github.mimersql--mimer-mcp -- uvx
Server Details
Transport
stdio
Authentication
NoneVersion
v1.0.5
Server Name
io.github.mimersql/mimer-mcp
Last Updated
Feb 20, 2026
Get Started
How to install and connect this MCP server.
Required Configuration
Environment variables you must provide when running this server.
| Variable | Required |
|---|---|
DB_DSN | Yes |
DB_USER | Yes |
DB_PASSWORD secret | Yes |
DB_HOST | Optional |
DB_PORT | Optional |
DB_PROTOCOL | Optional |
DB_POOL_INITIAL_CON | Optional |
DB_POOL_MAX_UNUSED | Optional |
DB_POOL_MAX_CON | Optional |
DB_POOL_BLOCK | Optional |
DB_POOL_DEEP_HEALTH_CHECK | Optional |
MCP_LOG_LEVEL | Optional |