vulners mcp for Cursor
io.github.vulnerscom/vulners-mcp
MCP server for the Vulners.com API
client:Cursor
transport:stdio
runtime:pypi
Install vulners mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vulners-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"vulners-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs