PostgreSQL CVE & Release Intelligence for Cursor
io.github.meob/pg-cve-mcp
PostgreSQL security for AI agents: CVEs, yanked releases, exploits, and upgrade paths
client:Cursor
transport:stdio
runtime:pypi
Install PostgreSQL CVE & Release Intelligence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs