arkgate for VS Code
io.github.pedroknigge/arkgate
When the agent writes a bad import, the write doesn’t land. The same check fails the pull request.
client:VS Code
transport:stdio
runtime:npm
Install arkgate in VS Code
.vscode/mcp.json
{
"servers": {
"arkgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arkgate"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs