Checktrail for VS Code
io.github.stsepelin/checktrail
Local code validation with explicit execution trust and evidence of what actually ran.
client:VS Code
transport:stdio
runtime:npm
Install Checktrail in VS Code
.vscode/mcp.json
{
"servers": {
"checktrail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stsepelin/checktrail"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs