Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/Byron2306/EdgeK-BEASTWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/mcp/byron2306/edgek-beast/postgres)<a href="https://agentmods.dev/mcp/byron2306/edgek-beast/postgres"><img src="https://agentmods.dev/badge/mcp/byron2306/edgek-beast/postgres/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/mcp/byron2306/edgek-beast/postgres"><img src="https://agentmods.dev/badge/mcp/byron2306/edgek-beast/postgres.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
postgres scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"postgres": {
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"${POSTGRES_DSN}"
],
"command": "npx"
}
}What else mcp.json configures
This page is one entry in a file that holds 10. Installing the file brings all of them; each is measured and scanned on its own page.
- MCP server edgek-beast A not measured
- MCP server fetch A not measured
- MCP server filesystem A not measured
- MCP server git A not measured
- MCP server github A not measured
- MCP server memory A not measured
- MCP server playwright A not measured
- MCP server sequential-thinking A not measured
- MCP server sqlite A not measured
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 10 lines scan A 2f86e81c93ee
postgres is an MCP server published in the GitHub repository Byron2306/EdgeK-BEAST (5 stars, last pushed 5d ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-18.
Other mcp servers, from other repositories
nexql-mcp
Standalone Postgres MCP server — schema-aware, read-only by default, installable everywhere. Runs locally from the nexql-mcp npm package. Needs 2 environment variables to run.
postgres-mcp
MCP server "postgres-mcp" as configured in pgEdge/pgedge-postgres-mcp. Runs in Docker (ghcr.io/pgedge/postgres-mcp:latest).
postgres-mcp
PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants. Runs locally from the @yawlabs/postgres-mcp npm package.
amnesic
The MCP server with the most ironic name in the registry — persistent semantic memory for your SQL databases. Runs locally from the amnesic Python package.
postgres
Secure read-only PostgreSQL MCP server in Rust — a maintained alternative to the deprecated @modelcontextprotocol/server-postgres. Blocks writes at the AST, not with regexes. Runs locally from the postgres-mcp-hardened npm package. Needs 2 environment variables to run.
postgres-mcp-hardened
Read-only PostgreSQL over MCP. Writes refused at the parsed SQL, plus a READ ONLY transaction. Runs locally from the postgres-mcp-hardened npm package. Needs 4 environment variables to run.