What's Allowed for VS Code
io.github.stcmain/whats-allowed-mcp
Merged agent permission rules: which settings file wins, and which rules your client ignores.
client:VS Code
transport:stdio
runtime:npm
Install What's Allowed in VS Code
.vscode/mcp.json
{
"servers": {
"whats-allowed-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"whats-allowed-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs