Search for:
Why this server?
A template project for building custom MCP servers that enables direct access to PostgreSQL databases, allowing SQL query execution and schema information retrieval through the Model Context Protocol, useful as a base to build an oracle query optimizer.
Why this server?
Enables interaction with a MySQL database via JSON commands, supporting read-only queries, test execution of write queries, and table information retrieval through Docker, helpful for optimizing queries
Why this server?
A Model Context Protocol server that provides read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries; helpful for understanding existing queries before optimization.
Why this server?
Provides read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries, which is beneficial for query optimization.
Why this server?
Convex’s MCP server lets you introspect tables, call functions, and read/write data seamlessly. Agents can generate one-off queries safely—thanks to Convex’s sandboxed queries, ensuring data integrity, which is useful for analyzing query performance and safety
Why this server?
Provides generic Open Database Connectivity (ODBC) to any Database Management System (DBMS) that's accessible via an ODBC Connector (Driver), meaning it could connect to Oracle and thus is useful to optimize queries.
Why this server?
Provides SQLAlchemy (via pyodbc) connectivity to any Database Management System (DBMS) that's accessible via SQLAlchemy, allowing for read and write operations which is useful for testing optimized queries against an Oracle database.
Why this server?
DBCode is a Visual Studio Code extension that allows you to manage many databases... DBCode offers the option to run an MCP server, providing access to those databases, their schemas, and the ability to execute queries.
Why this server?
A Model Context Protocol server that enables performing PostgreSQL database operations (create, read, update, delete) on User and Post entities through MCP tools, for PostgreSQL but can be adapted for oracle