Skip to content
Gemini CLI

OctoWatch DLP for Gemini CLI

io.github.extralabs/octowatch-mcp

Read-only OctoWatch DLP Cloud MCP: risks, idle time, productivity, monitoring.

client:Gemini CLI transport:stdio runtime:pypi

Install OctoWatch DLP 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": {
    "octowatch-mcp": {
      "command": "uvx",
      "args": [
        "octowatch-mcp"
      ],
      "env": {
        "OCTOWATCH_API_BASE": "<OCTOWATCH_API_BASE>",
        "OCTOWATCH_EMAIL": "<OCTOWATCH_EMAIL>",
        "OCTOWATCH_PASSWORD": "<OCTOWATCH_PASSWORD>",
        "OCTOWATCH_TOOLSETS": "<OCTOWATCH_TOOLSETS>"
      }
    }
  }
}

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

OctoWatch DLP in other clients