mcp seatbelt for VS Code
io.github.kryptosai/mcp-seatbelt
MCP runtime security proxy. Blocks dangerous AI agent tool calls with a policy engine.
client:VS Code
transport:stdio
runtime:npm
Install mcp seatbelt in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-seatbelt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kryptosai/mcp-seatbelt"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs