Add ghidra MCP start script, update .gitignore

This commit is contained in:
Davíð Steinn Geirsson 2026-03-11 17:39:58 +00:00
parent 559c30030a
commit 24d67796a3
2 changed files with 9 additions and 0 deletions

6
.gitignore vendored
View file

@ -1,2 +1,8 @@
/aten-mount
/result
*.swp
/extracted
/ghidra.proj
launch.jnlp
orig/

3
ghidramcp.sh Executable file
View file

@ -0,0 +1,3 @@
#/bin/sh
docker run -i --rm -v "/home/nixos/git/aten-crap:/home/nixos/git/aten-crap" -p 8000:8000 ghcr.io/clearbluejar/pyghidra-mcp -t streamable-http --host 0.0.0.0 --project-path /home/nixos/git/aten-crap/ghidra.proj --project-name aten-ipmi /home/nixos/git/aten-crap/extracted