node9 with VS Code

Control modelMCP onlySees every tool callMCP tools onlyPrompt scanningno

VS Code exposes no hook API, so node9 governs what goes through its MCP servers, and nothing the editor does on its own. That is the honest answer, and it is the first thing to know before you rely on it.

Not to be confused with the GitHub Copilot CLI, which node9 wires with full hooks: see node9 with GitHub Copilot CLI.

SurfaceHow node9 is wiredWhat it does
MCP serversVS Code's MCP config entries are wrapped through the node9 gatewayper-tool allow / review / block

Set it up

node9 agents add vscode

node9 init does this for every agent it detects on the machine. Either command is safe to re-run; it repairs a hook that an agent update removed and leaves everything else alone.

What is not covered

  • The editor's own terminal and edits are not gated.
  • node9 doctor and node9 status do not list VS Code yet.

Verify it on this machine

node9 doctor                                   # is the hook (or MCP wrap) actually in place?
node9 explain Bash 'cat ~/.ssh/id_rsa'         # shows the verdict the live hook enforces: BLOCK

node9 explain prints the exact rule that fires and where the decision came from. If doctor says the agent is not wired, the guard is not running, whatever the config looks like.

Every agent, side by side

node9 wires into twelve agents and the depth differs. The coverage matrix shows all of them in one table, including which ones node9 cannot see the shell of.