Skip to content
Gemini CLI

prexist for Gemini CLI

io.github.rishabhkodes/prexist

Search across 9 platforms to find existing products similar to your idea.

client:Gemini CLI transport:stdio runtime:npm

Install prexist 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": {
    "prexist": {
      "command": "npx",
      "args": [
        "-y",
        "prexist"
      ],
      "env": {
        "PREXIST_API_URL": "<PREXIST_API_URL>",
        "SKILLS_DIRECTORY_API_KEY": "<SKILLS_DIRECTORY_API_KEY>"
      }
    }
  }
}

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

prexist in other clients