Skip to content
Gemini CLI

linkup for Gemini CLI

com.mcparmory/linkup

Search the web and fetch pages with sourced results, optimized for AI agents

client:Gemini CLI transport:stdio runtime:pypi

Install linkup in Gemini CLI

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

{
  "mcpServers": {
    "linkup": {
      "command": "uvx",
      "args": [
        "mcparmory-linkup"
      ]
    }
  }
}

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

linkup in other clients