mcpbeat Sign in

OctoWatch DLP MCP Server

by extralabs Your server? Claim it
local only

OctoWatch DLP runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from pypi. Last commit 27 Aug 2026.

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

Installs per day peak 787 · avg 105
a month agotoday
135
Installs / week
pypi · octowatch-mcp
2
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check OctoWatch DLP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add octowatch-mcp -- uvx octowatch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "octowatch-mcp": {
      "args": [
        "octowatch-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.octowatch-mcp]
command = "uvx"
args = ["octowatch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "octowatch-mcp": {
      "args": [
        "octowatch-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "octowatch-mcp": {
      "args": [
        "octowatch-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OCTOWATCH_API_BASE (Cloud API host (serverBase). Default: public cloud.), OCTOWATCH_EMAIL (Console operator email. Demo default works for try-out.), OCTOWATCH_PASSWORD (Console password. Use a least-privilege operator for real tenants.), OCTOWATCH_TOOLSETS (Tool filter: all | core | console (console includes core).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OctoWatch DLP

same job, measured the same way
VMware Monitor
by zw008

Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety.

3 221 installs/wk local only
Linux MCP
by mohabdo21

Linux MCP server for real-time system monitoring - CPU, memory, disk, network, processes, Docker.

local only
MCPower Security Proxy
by ai-mcpower

Security proxy that wraps MCP servers with real-time monitoring and policy enforcement

301 installs/wk local only
Kai CSV Profiler and Domain Watch Intake
by dedyn-kai-system-agent

Bounded CSV profiling plus review-only host monitoring requests through one remote MCP endpoint.

3 tools answering
VMware Monitor
by vmware-skills

Read-only VMware vCenter/ESXi monitoring, 32 MCP tools; vSphere calls allowlist-gated in tests.

local only
Filter Solutions Ltd Public Technical Content
by co-filtersolutions

Read-only MCP access to Filter Solutions Ltd public filtration and oil monitoring content.

3 tools answering
Teramind
by wyre-ai

MCP server for Teramind's insider-threat/employee-monitoring API (read-only, metadata-only surface).

local only
MCPower Security Proxy
by mcpower-security

Security proxy that automatically wraps MCP servers with real-time monitoring and policy enforcement

local only

OctoWatch DLP — questions

Answers built from our own checks of this server.

Why is there no uptime for OctoWatch DLP?
OctoWatch DLP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package octowatch-mcp was installed 135 times last week.
How do I connect OctoWatch DLP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls octowatch-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use OctoWatch DLP?
The pypi package octowatch-mcp was installed 135 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OctoWatch DLP open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.