MCP Tenant Pair for Zed
io.studiomeyer/tenant-pair
Multi-user tenancy library for MCP servers. Pairs, groups, bi-temporal shared state, DSGVO erasure.
client:Zed
transport:stdio
runtime:npm
Install MCP Tenant Pair in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tenant-pair": {
"command": "npx",
"args": [
"-y",
"mcp-tenant-pair-demo"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs