ghosthunt for Claude Desktop
io.github.78degrees/ghosthunt
Find every leaked secret on your machine — API keys in .env files, shell history, and configs.
client:Claude Desktop
transport:stdio
runtime:npm
Install ghosthunt in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ghosthunt": {
"command": "npx",
"args": [
"-y",
"ghosthunt"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs