mimer mcp for Cursor
io.github.mimersql/mimer-mcp
An MCP server with Mimer SQL Database Connectivity
client:Cursor
transport:stdio
runtime:pypi
Install mimer mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mimer-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs