voidly mcp server for Cursor
io.github.emperormew/voidly-mcp-server
83 tools: censorship intelligence (119 countries) + E2E encrypted agent messaging
client:Cursor
transport:stdio
runtime:npm
Install voidly mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"voidly-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@voidly/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs