Skip to content
Gemini CLI

ChangeDetection.io MCP Server for Gemini CLI

io.github.rusty4444/changedetection-mcp

MCP server for ChangeDetection.io website monitoring and change history.

client:Gemini CLI transport:stdio runtime:pypi

Install ChangeDetection.io MCP Server 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": {
    "changedetection-mcp": {
      "command": "uvx",
      "args": [
        "changedetection-mcp"
      ],
      "env": {
        "CHANGEDETECTION_BASE_URL": "<CHANGEDETECTION_BASE_URL>",
        "CHANGEDETECTION_API_KEY": "<CHANGEDETECTION_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

ChangeDetection.io MCP Server in other clients