Mimer MCP
Rank #12,702io.github.mimersql/mimer-mcp
MCP server providing mimer-mcp capabilities
Mimer MCP is a Model Context Protocol (MCP) server published by mimersql. It ranks #12,702 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Mimer MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Nov 20, 2025 and most recently updated on Feb 20, 2026.
Ranks ahead of 119,344 of 132,046 servers on MCP Toplist.
Use Mimer MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mimer-mcp -e "DB_DSN=<your DB_DSN>" -e "DB_USER=<your DB_USER>" -e "DB_PASSWORD=<your DB_PASSWORD>" -e "DB_HOST=<your DB_HOST>" -e "DB_PORT=<your DB_PORT>" -e "DB_PROTOCOL=<your DB_PROTOCOL>" -e "DB_POOL_INITIAL_CON=<your DB_POOL_INITIAL_CON>" -e "DB_POOL_MAX_UNUSED=<your DB_POOL_MAX_UNUSED>" -e "DB_POOL_MAX_CON=<your DB_POOL_MAX_CON>" -e "DB_POOL_BLOCK=<your DB_POOL_BLOCK>" -e "DB_POOL_DEEP_HEALTH_CHECK=<your DB_POOL_DEEP_HEALTH_CHECK>" -e "MCP_LOG_LEVEL=<your MCP_LOG_LEVEL>" -- uvx mimer-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.mimer-mcp]
command = "uvx"
args = ["mimer-mcp-server"]
[mcp_servers.mimer-mcp.env]
DB_DSN = "<your DB_DSN>"
DB_USER = "<your DB_USER>"
DB_PASSWORD = "<your DB_PASSWORD>"
DB_HOST = "<your DB_HOST>"
DB_PORT = "<your DB_PORT>"
DB_PROTOCOL = "<your DB_PROTOCOL>"
DB_POOL_INITIAL_CON = "<your DB_POOL_INITIAL_CON>"
DB_POOL_MAX_UNUSED = "<your DB_POOL_MAX_UNUSED>"
DB_POOL_MAX_CON = "<your DB_POOL_MAX_CON>"
DB_POOL_BLOCK = "<your DB_POOL_BLOCK>"
DB_POOL_DEEP_HEALTH_CHECK = "<your DB_POOL_DEEP_HEALTH_CHECK>"
MCP_LOG_LEVEL = "<your MCP_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mimer-mcp": {
"command": "uvx",
"args": [
"mimer-mcp-server"
],
"env": {
"DB_DSN": "<your DB_DSN>",
"DB_USER": "<your DB_USER>",
"DB_PASSWORD": "<your DB_PASSWORD>",
"DB_HOST": "<your DB_HOST>",
"DB_PORT": "<your DB_PORT>",
"DB_PROTOCOL": "<your DB_PROTOCOL>",
"DB_POOL_INITIAL_CON": "<your DB_POOL_INITIAL_CON>",
"DB_POOL_MAX_UNUSED": "<your DB_POOL_MAX_UNUSED>",
"DB_POOL_MAX_CON": "<your DB_POOL_MAX_CON>",
"DB_POOL_BLOCK": "<your DB_POOL_BLOCK>",
"DB_POOL_DEEP_HEALTH_CHECK": "<your DB_POOL_DEEP_HEALTH_CHECK>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mimer-mcp": {
"command": "uvx",
"args": [
"mimer-mcp-server"
],
"env": {
"DB_DSN": "<your DB_DSN>",
"DB_USER": "<your DB_USER>",
"DB_PASSWORD": "<your DB_PASSWORD>",
"DB_HOST": "<your DB_HOST>",
"DB_PORT": "<your DB_PORT>",
"DB_PROTOCOL": "<your DB_PROTOCOL>",
"DB_POOL_INITIAL_CON": "<your DB_POOL_INITIAL_CON>",
"DB_POOL_MAX_UNUSED": "<your DB_POOL_MAX_UNUSED>",
"DB_POOL_MAX_CON": "<your DB_POOL_MAX_CON>",
"DB_POOL_BLOCK": "<your DB_POOL_BLOCK>",
"DB_POOL_DEEP_HEALTH_CHECK": "<your DB_POOL_DEEP_HEALTH_CHECK>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mimer-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mimer-mcp-server"
],
"env": {
"DB_DSN": "<your DB_DSN>",
"DB_USER": "<your DB_USER>",
"DB_PASSWORD": "<your DB_PASSWORD>",
"DB_HOST": "<your DB_HOST>",
"DB_PORT": "<your DB_PORT>",
"DB_PROTOCOL": "<your DB_PROTOCOL>",
"DB_POOL_INITIAL_CON": "<your DB_POOL_INITIAL_CON>",
"DB_POOL_MAX_UNUSED": "<your DB_POOL_MAX_UNUSED>",
"DB_POOL_MAX_CON": "<your DB_POOL_MAX_CON>",
"DB_POOL_BLOCK": "<your DB_POOL_BLOCK>",
"DB_POOL_DEEP_HEALTH_CHECK": "<your DB_POOL_DEEP_HEALTH_CHECK>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mimer-mcp": {
"command": "uvx",
"args": [
"mimer-mcp-server"
],
"env": {
"DB_DSN": "<your DB_DSN>",
"DB_USER": "<your DB_USER>",
"DB_PASSWORD": "<your DB_PASSWORD>",
"DB_HOST": "<your DB_HOST>",
"DB_PORT": "<your DB_PORT>",
"DB_PROTOCOL": "<your DB_PROTOCOL>",
"DB_POOL_INITIAL_CON": "<your DB_POOL_INITIAL_CON>",
"DB_POOL_MAX_UNUSED": "<your DB_POOL_MAX_UNUSED>",
"DB_POOL_MAX_CON": "<your DB_POOL_MAX_CON>",
"DB_POOL_BLOCK": "<your DB_POOL_BLOCK>",
"DB_POOL_DEEP_HEALTH_CHECK": "<your DB_POOL_DEEP_HEALTH_CHECK>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mimer-mcp": {
"command": "uvx",
"args": [
"mimer-mcp-server"
],
"env": {
"DB_DSN": "<your DB_DSN>",
"DB_USER": "<your DB_USER>",
"DB_PASSWORD": "<your DB_PASSWORD>",
"DB_HOST": "<your DB_HOST>",
"DB_PORT": "<your DB_PORT>",
"DB_PROTOCOL": "<your DB_PROTOCOL>",
"DB_POOL_INITIAL_CON": "<your DB_POOL_INITIAL_CON>",
"DB_POOL_MAX_UNUSED": "<your DB_POOL_MAX_UNUSED>",
"DB_POOL_MAX_CON": "<your DB_POOL_MAX_CON>",
"DB_POOL_BLOCK": "<your DB_POOL_BLOCK>",
"DB_POOL_DEEP_HEALTH_CHECK": "<your DB_POOL_DEEP_HEALTH_CHECK>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mimersql%2Fmimer-mcp)<a href="https://mcptoplist.com/server/io.github.mimersql%2Fmimer-mcp"><img src="https://mcptoplist.com/badge/io.github.mimersql%2Fmimer-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mimersql
Available versions (4)
| Version | Published |
|---|---|
| 1.0.5 | Feb 20, 2026 |
| 1.0.4 | Feb 19, 2026 |
| 1.0.3 | Feb 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mimer MCP?
- Mimer MCP is maintained by mimersql, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Mimer MCP listed on the Official MCP Registry?
- Yes — Mimer MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Mimer MCP have?
- MCP Toplist tracks 4 versions of Mimer MCP, most recently published on Feb 20, 2026.
- Where can I find the source code for Mimer MCP?
- The source code for Mimer MCP is hosted at github.com/mimersql/mimer-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.