Skip to content
Gemini CLI

wpgoldmine mcp for Gemini CLI

io.github.bishop81/wpgoldmine-mcp

Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace.

client:Gemini CLI transport:stdio runtime:npm

Install wpgoldmine mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wpgoldmine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wpgoldmine-mcp"
      ],
      "env": {
        "WPGOLDMINE_API_KEY": "<WPGOLDMINE_API_KEY>",
        "WPGOLDMINE_API_BASE": "<WPGOLDMINE_API_BASE>"
      }
    }
  }
}

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

wpgoldmine mcp in other clients