Skip to content
Cursor

deskcert for Cursor

io.github.rudrendupaul/deskcert

Evaluates whether an AI agent is safe to operate internal web apps via an MCP run_suite tool.

client:Cursor transport:stdio runtime:pypi

Install deskcert in Cursor

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

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

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

deskcert in other clients