MCP Server
io.github.NOTTIBOY137/open-registry-poc MCP Server
io.github.NOTTIBOY137/open-registry-poc
What is the io.github.NOTTIBOY137/open-registry-poc MCP server?
PoC: Open Registry supply chain — unvetted server listing (security research)
How to install io.github.NOTTIBOY137/open-registry-poc
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"open-registry-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-open-registry-poc"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"open-registry-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-open-registry-poc"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"open-registry-poc": {
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-open-registry-poc"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"open-registry-poc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nottiboy1337/mcp-open-registry-poc"
]
}
}
}Claude Code
claude mcp add open-registry-poc -- npx -y @nottiboy1337/mcp-open-registry-pocRelated MCP servers
Demo: Server update hijack PoC (clean copy for video)
View repository →PoC benign MCP server for update-hijack security research
View repository →