Skip to content
Cursor

Voidly for Cursor

io.github.voidly-ai/mcp-server

Internet censorship data, Sentinel forecasts and agent relay tools; relay keys stay in a local file.

client:Cursor transport:stdio runtime:npm

Install Voidly in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "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

Voidly in other clients