Connects Claude to Mimer SQL databases with a clean set of schema inspection and query tools. You get list_schemas, list_table_names, and get_table_info for exploration, execute_query for parameterized SELECT statements, and a full suite for managing stored procedures including listing, viewing definitions, and execution with JSON parameters. Queries are read-only by design. Ships with Docker support and connects via stdio transport. Useful when you need Claude to work with Mimer SQL schemas directly, whether you're debugging table structures, running analytics queries, or invoking existing database procedures without writing custom integration code.
claude mcp add --transport stdio mimersql-mimer-mcp -- uvx mimer-mcp-server