Skip to content
Cursor

mcp tenant isolation for Cursor

io.github.subodhkc/mcp-tenant-isolation

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

client:Cursor transport:stdio runtime:npm

Install mcp tenant isolation in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp tenant isolation in other clients