Skip to content
VS Code

Veto for VS Code

io.github.jigyasudham/veto

93 agentic MCP tools + 49 specialist agents for every major AI CLI. Self-learning, no API keys.

client:VS Code transport:stdio runtime:npm

Install Veto in VS Code

.vscode/mcp.json

{
  "servers": {
    "veto": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jigyasudham/veto"
      ]
    }
  }
}

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

Veto in other clients