Update README.md

This commit is contained in:
LaurieWired 2025-03-24 22:56:49 -07:00 committed by GitHub
parent 1410739715
commit c8f3e8bb14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json a
"ghidra": { "ghidra": {
"command": "python", "command": "python",
"args": [ "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`. Alternatively, edit this file `/Users/YOUR_USER/Library/Application Support/Claude/claude_desktop_config.json`.
### Option 2: 5ire ### 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 ## Building from Source
Build with Maven by running: Build with Maven by running: