Skip to content
LangChain

super trouper for LangChain

io.github.crissyfield/super-trouper

MCP server for the Frida reverse engineering toolkit.

client:LangChain transport:stdio runtime:npm

Install super trouper in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "super-trouper": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@crissyfield/super-trouper"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

super trouper in other clients