OctoWatch DLP for Cursor
io.github.extralabs/octowatch-mcp
Read-only OctoWatch DLP Cloud MCP: risks, idle time, productivity, monitoring.
client:Cursor
transport:stdio
runtime:pypi
Install OctoWatch DLP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs