OctoWatch DLP for Zed
io.github.extralabs/octowatch-mcp
Read-only OctoWatch DLP Cloud MCP: risks, idle time, productivity, monitoring.
client:Zed
transport:stdio
runtime:pypi
Install OctoWatch DLP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs