Skip to content
VS Code

Agent Toolbox for VS Code

io.github.solhammer/agent-toolbox

26 deterministic, offline pre-action safety gates for AI agents, each with a signed verdict.

client:VS Code transport:stdio runtime:npm

Install Agent Toolbox in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-toolbox": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentoolbox-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Agent Toolbox in other clients