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
Enables natural language interaction with Neon Postgres databases, facilitating database management, migrations, and query optimization via an LLM agent.
MCP-PostgreSQL-Ops
This MCP server provides comprehensive PostgreSQL database operations, monitoring, and management through natural language queries.
Polymcp
A comprehensive toolkit and agent framework for building Model Context Protocol (MCP) servers and orchestrating them with Large Language Models (LLMs) across Python and TypeScript environments.
metabase-ai-assistant
An AI-powered assistant for Metabase and PostgreSQL databases, facilitating natural language SQL generation, dashboard creation, and direct DDL operations via Model Context Protocol for Claude Desktop/Code.