PostgreSQL CVE & Release Intelligence
Rank #14,329io.github.meob/pg-cve-mcp
PostgreSQL security for AI agents: CVEs, yanked releases, exploits, and upgrade paths
PostgreSQL CVE & Release Intelligence is a Model Context Protocol (MCP) server published by meob. It ranks #14,329 of 115,460 servers tracked on MCP Toplist. PostgreSQL CVE & Release Intelligence is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 30, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 101,131 of 115,460 servers on MCP Toplist.
Use PostgreSQL CVE & Release Intelligence
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pg-cve-mcp -e "PG_CVE_MCP_TTL=<your PG_CVE_MCP_TTL>" -e "PG_CVE_MCP_DATA_URL=<your PG_CVE_MCP_DATA_URL>" -- uvx pg-cve-mcpReplace each placeholder with your own value before saving.
[mcp_servers.pg-cve-mcp]
command = "uvx"
args = ["pg-cve-mcp"]
[mcp_servers.pg-cve-mcp.env]
PG_CVE_MCP_TTL = "<your PG_CVE_MCP_TTL>"
PG_CVE_MCP_DATA_URL = "<your PG_CVE_MCP_DATA_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pg-cve-mcp": {
"command": "uvx",
"args": [
"pg-cve-mcp"
],
"env": {
"PG_CVE_MCP_TTL": "<your PG_CVE_MCP_TTL>",
"PG_CVE_MCP_DATA_URL": "<your PG_CVE_MCP_DATA_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pg-cve-mcp": {
"command": "uvx",
"args": [
"pg-cve-mcp"
],
"env": {
"PG_CVE_MCP_TTL": "<your PG_CVE_MCP_TTL>",
"PG_CVE_MCP_DATA_URL": "<your PG_CVE_MCP_DATA_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pg-cve-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pg-cve-mcp"
],
"env": {
"PG_CVE_MCP_TTL": "<your PG_CVE_MCP_TTL>",
"PG_CVE_MCP_DATA_URL": "<your PG_CVE_MCP_DATA_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pg-cve-mcp": {
"command": "uvx",
"args": [
"pg-cve-mcp"
],
"env": {
"PG_CVE_MCP_TTL": "<your PG_CVE_MCP_TTL>",
"PG_CVE_MCP_DATA_URL": "<your PG_CVE_MCP_DATA_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pg-cve-mcp": {
"command": "uvx",
"args": [
"pg-cve-mcp"
],
"env": {
"PG_CVE_MCP_TTL": "<your PG_CVE_MCP_TTL>",
"PG_CVE_MCP_DATA_URL": "<your PG_CVE_MCP_DATA_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.meob%2Fpg-cve-mcp)<a href="https://mcptoplist.com/server/io.github.meob%2Fpg-cve-mcp"><img src="https://mcptoplist.com/badge/io.github.meob%2Fpg-cve-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
meob
Other servers by meob
View all meob servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.4 | Aug 18, 2026 |
| 1.0.2 | Aug 2, 2026 |
Frequently asked questions
- Who maintains PostgreSQL CVE & Release Intelligence?
- PostgreSQL CVE & Release Intelligence is maintained by meob, which publishes 4 MCP servers (16 total versions) tracked on MCP Toplist.
- Is PostgreSQL CVE & Release Intelligence listed on the Official MCP Registry?
- Yes — PostgreSQL CVE & Release Intelligence is listed on the Official MCP Registry, alongside Glama.
- How many versions does PostgreSQL CVE & Release Intelligence have?
- MCP Toplist tracks 2 versions of PostgreSQL CVE & Release Intelligence, most recently published on Aug 18, 2026.
- Where can I find the source code for PostgreSQL CVE & Release Intelligence?
- The source code for PostgreSQL CVE & Release Intelligence is hosted at github.com/meob/PG_CVE-MCP.