
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
mcp-tenant-pair-demo
Advanced tools
Reference MCP server demonstrating mcp-tenant-pair (12 tools, stdio): pair lifecycle + bi-temporal shared state + DSGVO Art.17 erasure
Reference Low-Level MCP server (stdio transport) exposing the 12 tenant-pair tools defined by mcp-tenant-pair. Use as a runnable example, an MCP-Inspector target, or a smoke-test fixture.
npm install -g mcp-tenant-pair-demo
mcp-tenant-pair-demo
Or in an MCP client config (Claude Desktop, etc.):
{
"mcpServers": {
"tenant-pair": {
"command": "npx",
"args": ["-y", "mcp-tenant-pair-demo"],
"env": { "MCP_TENANT_PAIR_DB": "/path/to/pair.sqlite" }
}
}
}
MCP_TENANT_PAIR_DB defaults to :memory: (state is wiped between restarts). Use a real path for persistence.
All 12 tools from the library are exposed (see root README for the matrix) — the 12th is forget_member (DSGVO Art. 17 erasure). Annotations:
readOnlyHint: true — list_members, get_member_constraints, get_shared_statedestructiveHint: true — kick_member, leave_pair, resolve_conflicts| Source | Surface |
|---|---|
| Zod validation | isError: true, content text begins Invalid arguments: |
TenantPairError | isError: true, content text is {code}: {message} |
| Anything else | isError: true, content text begins Internal error: |
| Unknown tool name | isError: true, content text contains not found |
Listens for SIGTERM and SIGINT. Closes the MCP server cleanly before process.exit(0).
import { createServer } from "mcp-tenant-pair-demo/dist/server.js";
const { server, pair, pkg } = createServer({ storePath: ":memory:" });
// server: MCP Server instance (not yet connected to a transport)
// pair: TenantPair backing the server
// pkg: package.json shape (name, version)
MIT, Copyright (c) 2026 Matthias Meyer (StudioMeyer)
FAQs
Reference MCP server demonstrating mcp-tenant-pair (12 tools, stdio): pair lifecycle + bi-temporal shared state + DSGVO Art.17 erasure
The npm package mcp-tenant-pair-demo receives a total of 19 weekly downloads. As such, mcp-tenant-pair-demo popularity was classified as not popular.
We found that mcp-tenant-pair-demo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.