dingdawg code review for VS Code
io.github.dingdawg/dingdawg-code-review
AI code review — security, quality, performance. Learns your patterns. Receipted.
client:VS Code
transport:stdio
runtime:npm
Install dingdawg code review in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "dingdawg-api-key",
"description": "DINGDAWG_API_KEY",
"password": true
}
],
"servers": {
"dingdawg-code-review": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dingdawg-code-review"
],
"env": {
"DINGDAWG_API_KEY": "${input:dingdawg-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs