Skip to content
Cursor

super trouper for Cursor

io.github.crissyfield/super-trouper

MCP server for the Frida reverse engineering toolkit.

client:Cursor transport:stdio runtime:npm

Install super trouper in Cursor

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

{
  "mcpServers": {
    "super-trouper": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@crissyfield/super-trouper"
      ]
    }
  }
}

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

super trouper in other clients