Skip to content
VS Code

MCP Tenant Pair for VS Code

io.studiomeyer/tenant-pair

Multi-user tenancy library for MCP servers. Pairs, groups, bi-temporal shared state, DSGVO erasure.

client:VS Code transport:stdio runtime:npm

Install MCP Tenant Pair in VS Code

.vscode/mcp.json

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

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

MCP Tenant Pair in other clients