Skip to content
Grok

PostgreSQL CVE & Release Intelligence for Grok

io.github.meob/pg-cve-mcp

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

client:Grok transport:stdio runtime:pypi

Install PostgreSQL CVE & Release Intelligence in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pg-cve-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pg-cve-mcp"
      ],
      "env": {
        "PG_CVE_MCP_TTL": "<PG_CVE_MCP_TTL>",
        "PG_CVE_MCP_DATA_URL": "<PG_CVE_MCP_DATA_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

PostgreSQL CVE & Release Intelligence in other clients