Skip to content

mcp tenant isolation for Zed

io.github.subodhkc/mcp-tenant-isolation

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

client:Zed transport:stdio runtime:npm

Install mcp tenant isolation in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-tenant-isolation": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-tenant-isolation"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp tenant isolation in other clients