check for VS Code
dev.getstub/check
Verify what an AI agent did for someone, and what commercial influence the operator disclosed.
client:VS Code
transport:stdio
runtime:npm
Install check in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "stub-registry",
"description": "STUB_REGISTRY",
"password": true
}
],
"servers": {
"check": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getstub/mcp-check"
],
"env": {
"STUB_REGISTRY": "${input:stub-registry}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs