Skip to content
Grok

deskcert for Grok

io.github.rudrendupaul/deskcert

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

client:Grok transport:stdio runtime:pypi

Install deskcert in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

deskcert in other clients