Skip to content
Cursor

raven nest mcp for Cursor

io.github.tidynest/raven-nest-mcp

AI-driven penetration testing - 22 security tools behind safety-hardened MCP endpoints

client:Cursor transport:stdio runtime:oci

Install raven nest mcp in Cursor

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

{
  "mcpServers": {
    "raven-nest-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tidynest/raven-nest-mcp:0.4.1"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

raven nest mcp in other clients