diff --git a/README.md b/README.md index 69716a9..c66d5df 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json a "ghidra": { "command": "python", "args": [ - "ABSOLUTE_PATH_TO/bridge_mcp_ghidra.py" + "/ABSOLUTE_PATH_TO/bridge_mcp_ghidra.py" ] } } @@ -44,7 +44,11 @@ Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json a Alternatively, edit this file `/Users/YOUR_USER/Library/Application Support/Claude/claude_desktop_config.json`. ### Option 2: 5ire -https://github.com/nanbingxyz/5ire +Another MCP client that supports multiple models on the backend is [5ire](https://github.com/nanbingxyz/5ire). To set up GhidraMCP, open 5ire and go to `Tools` -> `New` and set the following configurations: + +1. Tool Key: ghidra +2. Name: GhidraMCP +3. Command: `python /ABSOLUTE_PATH_TO/bridge_mcp_ghidra.py` ## Building from Source Build with Maven by running: