open registry poc for Cursor
io.github.nottiboy137/open-registry-poc
PoC: Open Registry supply chain — unvetted server listing (security research)
client:Cursor
transport:stdio
runtime:npm
Install open registry poc in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"open-registry-poc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-open-registry-poc"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs