Skip to content
VS Code

tenantguard for VS Code

io.github.rudrendupaul/tenantguard

Scans self-hosted multi-tenant AI-agent platforms for tenant-isolation gaps via an MCP tool.

client:VS Code transport:stdio runtime:pypi

Install tenantguard in VS Code

.vscode/mcp.json

{
  "servers": {
    "tenantguard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tenantguard-cli"
      ]
    }
  }
}

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

tenantguard in other clients