beta

PostgreSQL MCP Server Config

MCP Servers

MCP server configuration for read-only PostgreSQL database access.

1703/26/2026
markdown1 file
.mcp.json202 B
{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://user:password@localhost:5432/mydb"],
      "env": {}
    }
  }
}