RUN IN TERMINAL
claude mcp add mimersql-mimer-mcp -- uvx mimer-mcp-server
ADD TO claude_desktop_config.json
{
"mcpServers": {
"mimersql-mimer-mcp": {
"command": "uvx",
"args": ["mimer-mcp-server"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"mimersql-mimer-mcp": {
"command": "uvx",
"args": ["mimer-mcp-server"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"mimersql-mimer-mcp": {
"command": "uvx",
"args": ["mimer-mcp-server"]
}
}
}
About This MCP Server
An MCP server with Mimer SQL Database Connectivity. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with database capabilities via the stdio transport.
Package
mimer-mcp-server on pypi
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on pypi.
What tools does it provide?
The mimer-mcp server extends your AI assistant with database capabilities. Once installed, your AI can use its tools automatically.