Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP server that exposes PostgreSQL database operations as tools for AI assistants.
Model Context Protocol (MCP) connects AI assistants to external tools and data. This server lets AI assistants execute SQL queries and inspect your PostgreSQL database schema.
Python version: This project currently supports Python 3.10–3.13. Python 3.14 is excluded due to upstream dependency wheel support (e.g., psycopg2-binary and pydantic-core).
Note: This project uses Poetry for dependency management. If you don't have Poetry installed, you can install it with: ``bash curl -sSL https://install.python-poetry.org | python3 - `` See the official Poetry documentation for alternative installation methods.poetry installCopy .env.example to .env and add your PostgreSQL credentials:
cp .env.example .envEdit .env:
DB_NAME=your_database
DB_USER=postgres
DB_PASSWORD=your_password
DB_HOST=localhost
DB_PORT=5432Note: The Inspector runs via npx, so you need Node.js (which includes npm). If you don't have it installed, get it from the official Node.js installer.npx @modelcontextprotocol/inspector poetry run python postgres-mcp-server/main.pyThis opens a web UI where you can:
get_schemapoetry run python postgres-mcp-server/main.pyPress Ctrl+C to stop. No errors = working correctly.
`get_schema()` - Get database schema
Add to your Cursor MCP config (global settings):
{
"mcpServers": {
"postgres": {
"command": "poetry",
"args": ["-C", "/absolute/path/to/postgres-mcp-server", "run", "python", "postgres-mcp-server/main.py"]
}
}
}Replace /absolute/path/to/postgres-mcp-server with your actual project path.
Future Proof Data Science - Teaching data scientists to optimize workflows with AI
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.