mcp bastion for VS Code
io.github.gowthaman90/mcp-bastion
Reliability + security proxy for MCP: runtime tool-security and a compliance-mapped audit trail.
client:VS Code
transport:stdio
runtime:npm
Install mcp bastion in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-bastion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-bastion"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs