super trouper for VS Code
io.github.crissyfield/super-trouper
MCP server for the Frida reverse engineering toolkit.
client:VS Code
transport:stdio
runtime:npm
Install super trouper in VS Code
.vscode/mcp.json
{
"servers": {
"super-trouper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@crissyfield/super-trouper"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs