Skip to content
Gemini CLI

fbi wanted mcp for Gemini CLI

io.github.mrfentmen/fbi-wanted-mcp

FBI Wanted API: most wanted list, search, and top rewards. No key required.

client:Gemini CLI transport:stdio runtime:npm

Install fbi wanted mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "fbi-wanted-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fbi-wanted-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

fbi wanted mcp in other clients