Skip to content
Cursor

workspaceguard for Cursor

io.github.rudrendupaul/workspaceguard

Wraps the WorkspaceGuard CLI as a single generic MCP tool for workspace usage checks.

client:Cursor transport:stdio runtime:pypi

Install workspaceguard in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "workspaceguard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "workspaceguard-cli"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

workspaceguard in other clients