ReasonGate for VS Code
io.github.cgrtml/reasongate
Provenance gateway for stdio MCP servers: blocks tool calls fed by untrusted tool results.
client:VS Code
transport:stdio
runtime:pypi
Install ReasonGate in VS Code
.vscode/mcp.json
{
"servers": {
"reasongate": {
"type": "stdio",
"command": "uvx",
"args": [
"reasongate"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs