dx-mcp-server
Verified Safeby get-dx
Overview
Empowers AI applications to interact with and query a user-provided Postgres database via the Model Context Protocol (MCP).
Installation
No command providedSecurity Notes
The server runs locally and connects to a user-provided Postgres database via a 'DB_URL' environment variable. The primary security consideration is that AI clients (like Claude, Cursor) can formulate and execute arbitrary SQL queries on the connected database. While there is a user approval step before execution, this capability grants significant database access. Users must ensure the 'DB_URL' uses credentials with appropriate, least-privilege access and understand the implications of allowing AI to query their data. There is no indication of 'eval' or obfuscation from the README.
Similar Servers
mcp-server-neon
The Neon MCP Server allows users to interact with and manage their Neon Postgres databases using natural language commands, acting as a bridge between AI agents/LLMs and the Neon API and database operations.
MCP-PostgreSQL-Ops
The MCP server provides professional operations, monitoring, and management capabilities for PostgreSQL databases using natural language queries.
enhanced-postgres-mcp-server
This server acts as a Model Context Protocol interface for PostgreSQL, enabling LLMs to query data, modify records, and manage database schema objects with read and write capabilities.
postgres-mysql-mcp-server
A Model Context Protocol (MCP) server that enables AI assistants to query PostgreSQL and MySQL databases for schema introspection and data retrieval.