An MCP server with Mimer SQL Database Connectivity
A Model Context Protocol (MCP) server that provides Mimer SQL database connectivity to browse database schemas, execute read-only queries with parameterization support, and manage stored procedures. — List all available schemas in the database — List table names within the specified schema — Get detailed table schema and sample rows — Execute SQL query with parameter support (Only SELECT queries…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A Model Context Protocol (MCP) server that provides Mimer SQL database connectivity to browse database schemas, execute read-only queries with parameterization support, and manage stored procedures. — List all available schemas in the database — List table names within the specified schema — Get detailed table schema and sample rows — Execute SQL query with parameter support (Only SELECT queries are allowed) — List read-only stored procedures in the database — Get the definition of a stored…