Skip to content
VS Code

mcp tenant isolation for VS Code

io.github.subodhkc/mcp-tenant-isolation

Static analysis scanner for MCP server code and multi-tenant SaaS applications.

client:VS Code transport:stdio runtime:npm

Install mcp tenant isolation in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-tenant-isolation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-tenant-isolation"
      ]
    }
  }
}

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

mcp tenant isolation in other clients