Skip to content
Grok

MCP Tenant Pair for Grok

io.studiomeyer/tenant-pair

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

client:Grok transport:stdio runtime:npm

Install MCP Tenant Pair in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MCP Tenant Pair in other clients