Cross-Tenant-Isolation-Validation-in-MCP-Servers

mahiiabdullah/Cross-Tenant-Isolation-Validation-in-MCP-Servers
★ 0 stars Python AI/LLM Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cross-tenant-isolati": {
      "command": "uvx",
      "args": [
        "cross-tenant-isolation-validation-in-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install cross-tenant-isolation-validation-in-mcp-servers

README Excerpt

> A systematic, empirical study of isolation guarantees and failure modes in the > **Model Context Protocol (MCP)** under multi-tenant deployments. --- The **Model Context Protocol (MCP)** is rapidly emerging as the dominant integration layer between LLM agents and external tools, data, and services.