Odel
mcp tenant isolation

mcp tenant isolation

Local
@subodhkc4TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-tenant-isolationv2.0.0

Run

npx -y mcp-tenant-isolation

MCP client config

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