PluginBench
MCP Server
Maintained

io.github.78degrees/ghosthunt MCP Server

io.github.78degrees/ghosthunt

What is the io.github.78degrees/ghosthunt MCP server?

Find every leaked secret on your machine — API keys in .env files, shell history, and configs.

How to install io.github.78degrees/ghosthunt

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • YOUR_API_KEY
    required
    secret

    Your API key for the service

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ghosthunt": {
      "command": "npx",
      "args": [
        "-y",
        "ghosthunt"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ghosthunt": {
      "command": "npx",
      "args": [
        "-y",
        "ghosthunt"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ghosthunt": {
      "command": "npx",
      "args": [
        "-y",
        "ghosthunt"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ghosthunt": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ghosthunt"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add ghosthunt --env YOUR_API_KEY=<YOUR_YOUR_API_KEY> -- npx -y ghosthunt

Related MCP servers

Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.

2
TypeScript
MIT
View repository →