Skip to content
Grok

OctoWatch DLP for Grok

io.github.extralabs/octowatch-mcp

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

client:Grok transport:stdio runtime:pypi

Install OctoWatch DLP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "octowatch-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "octowatch-mcp"
      ],
      "env": {
        "OCTOWATCH_API_BASE": "<OCTOWATCH_API_BASE>",
        "OCTOWATCH_EMAIL": "<OCTOWATCH_EMAIL>",
        "OCTOWATCH_PASSWORD": "<OCTOWATCH_PASSWORD>",
        "OCTOWATCH_TOOLSETS": "<OCTOWATCH_TOOLSETS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

OctoWatch DLP in other clients