PluginBench
MCP Server
Active
Apache-2.0

PostgreSQL CVE & Release Intelligence MCP Server

io.github.meob/pg-cve-mcp

What is the PostgreSQL CVE & Release Intelligence MCP server?

PostgreSQL security for AI agents: CVEs, yanked releases, exploits, and upgrade paths

How to install PostgreSQL CVE & Release Intelligence

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PG_CVE_MCP_TTL

    Cache TTL in seconds for CVE data refresh (default: 86400)

  • PG_CVE_MCP_DATA_URL

    URL of the PostgreSQL CVE JSON data (default: PG_CVE GitHub Pages)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add pg-cve-mcp --env PG_CVE_MCP_TTL=<YOUR_PG_CVE_MCP_TTL> --env PG_CVE_MCP_DATA_URL=<YOUR_PG_CVE_MCP_DATA_URL> -- uvx pg-cve-mcp

Related MCP servers

Deterministic logical reasoning engine — facts in Euclid IR, solutions with proof trees

3
Python
Apache-2.0
View repository →