Skip to content
VS Code

mcp-gatehouse for VS Code

io.github.nickgeorgeseo/gatehouse

Permission tiers, approval gates, and audit logging for MCP servers - the server is the gatekeeper

client:VS Code transport:stdio runtime:pypi

Install mcp-gatehouse in VS Code

.vscode/mcp.json

{
  "servers": {
    "gatehouse": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-gatehouse"
      ]
    }
  }
}

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

mcp-gatehouse in other clients