deskcert for VS Code
io.github.rudrendupaul/deskcert
Evaluates whether an AI agent is safe to operate internal web apps via an MCP run_suite tool.
client:VS Code
transport:stdio
runtime:pypi
Install deskcert in VS Code
.vscode/mcp.json
{
"servers": {
"deskcert": {
"type": "stdio",
"command": "uvx",
"args": [
"deskcert-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs