Skip to content
Cursor

MCP Tenant Pair for Cursor

io.studiomeyer/tenant-pair

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

client:Cursor transport:stdio runtime:npm

Install MCP Tenant Pair in Cursor

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

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

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

MCP Tenant Pair in other clients