← PostgreSQL MCP Server

PostgreSQL MCP Server 0.4.0

npm · @hovecapital/read-only-postgres-mcp-server · current release

3
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-22T09:49:30.627Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 3

ToolCategoryAnnotationsRisk
connectConnect to a PostgreSQL database using a connection string. The connection persists for subsequent queries until changed or disconnected.
Input schema
{
  "type": "object",
  "properties": {
    "connectionString": {
      "type": "string",
      "description": "PostgreSQL connection string (e.g., postgres://user:password@host:5432/database?sslmode=require)"
    }
  },
  "required": [
    "connectionString"
  ]
}
— · —
disconnectDisconnect from the current runtime database and revert to the default environment-configured connection
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
— · —
queryRun a read-only SQL query against the currently connected database
Input schema
{
  "type": "object",
  "properties": {
    "sql": {
      "type": "string",
      "description": "SQL query to execute (read-only)"
    },
    "connectionString": {
      "type": "string",
      "description": "Optional: PostgreSQL connection string to override the current connection for this query only"
    }
  },
  "required": [
    "sql"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.