MCP server intelligence profile

PostgreSQL MCP Server

Enables read-only interaction with PostgreSQL databases through natural language queries, supporting dynamic connections and secure query validation

Local Onlyhovecapital
Awaiting current scanNpm · 0.4.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @hovecapital/read-only-postgres-mcp-server from npm

Version 0.4.0 declares 1 executable entrypoint.

npm install --save-exact @hovecapital/read-only-postgres-mcp-server@0.4.0
npx -y -p @hovecapital/read-only-postgres-mcp-server@0.4.0 @hovecapital/read-only-postgres-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "@hovecapital/read-only-postgres-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@hovecapital/read-only-postgres-mcp-server@0.4.0",
        "@hovecapital/read-only-postgres-mcp-server"
      ]
    }
  }
}

Identity

Canonical slugpostgresql-mcp-server-80db2f61DeploymentLocal Only
Canonical packagenpm:@hovecapital/read-only-postgres-mcp-serverRepositoryhovecapital/read-only-local-postgres-mcp-server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@hovecapital/read-only-postgres-mcp-server0.4.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@hovecapital/read-only-postgres-mcp-server0.4.0CurrentSep 5, 20263 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
postgresql-serverServer-reported name
1Capability groups
Aug 22, 2026Observed

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

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

PostgreSQL MCP Server questions

How do I install PostgreSQL MCP Server?

Install the selected package version with: npm install --save-exact @hovecapital/read-only-postgres-mcp-server@0.4.0

What tools does PostgreSQL MCP Server provide?

PostgreSQL MCP Server exposed 3 tools during independent protocol observation, including connect, disconnect, query.

Is PostgreSQL MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

PostgreSQL MCP ServersDatabase MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.