Registry/PostgreSQL Server

PostgreSQL Server

v0.0.2
Verified

Security research canary — not for production use. Part of an authorized bug bounty research project.

By CommunityMIT
typescript
database
3.0Kstars
1.1Kdownloads
329forks
Scanned Jul 13, 2026
WebsiteRepositoryGITHUB
F0%
Scanned 6d ago

Critical Issues

Vulnerabilities Found
5Crit
17High
15Med
0Low
0Info

Security ScoreF

0
out of 100

Vulnerabilities Found

5
Crit
17
High
15
Medi
0
Low
0
Info
Last scanned: 7/13/2026

Quality ScoreB

73
out of 100
57
Maint.
76
Popular
89
Docs
73
Compat
Maintenance57%
Popularity76%
Documentation89%
Compatibility73%

Maintenance57

Unknown
Commit Frequency65%
Release Frequency70%
Issue Response25%

Popularity76

3.0K
Stars
1.1K
Downloads
329
Forks
Stars Score97%
Downloads Score55%
Forks Score88%

Documentation89

README Quality85%

Available Documentation

API DocsExamplesChangelog

Compatibility73

MCP Spec Compliance80%
Transport Support50%

Features

TypeScript

Supported Transports

STDIO

Agentic MCP Risk Intelligence

MCPSafe checks risks unique to AI-connected MCP servers — prompt surfaces, model-controlled tools, credentials, filesystems, and network reachability.

0
agentic findings
No advanced MCP issues detected

The current scan did not find prompt-injection, agent command, exfiltration, unbounded filesystem, or MCP SSRF patterns.

Prompt Injection Surface
0

Tool metadata can steer or hijack AI clients before a user invokes the tool.

AI → Command Execution
0

Model-selected tool arguments can reach shell/process execution.

Secret Exfiltration Path
0

Tool context combines credential access with outbound network capability.

Unbounded Filesystem
0

AI-controlled paths may access files outside the intended workspace.

Agent SSRF
0

AI-controlled URLs may reach local, metadata, or internal network services.

Vulnerabilities(37)

5Critical
17High
15Medium
Filter:

READMEPostgreSQL Server

View source

PostgreSQL MCP Server

PostgreSQL database integration for AI assistants.

Features

  • Query Execution - Run SQL queries
  • Schema Exploration - List tables and columns
  • Connection Pooling - Efficient connections
  • Read-only Mode - Safe query execution

Configuration

json
{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": ["mcp-server-postgres", "postgresql://user:pass@host/db"]
    }
  }
}

License

MIT

Embed Security Badge

Add this badge to your README or documentation

PostgreSQL Server MCPSafe Security
[![PostgreSQL Server MCPSafe Security](https://api.mcpsafe.org
/api/badge/postgresql-server.svg)](https://mcpsafe.org/registry/postgresql-server)
Need more customization options?Badge Documentation

Server Information

Source
GITHUB
Package
mcp-server-postgres
Version
0.0.2
Language
typescript
License
MIT
Transport
STDIO
Added
Jan 20, 2026
Updated
Jul 13, 2026