Tenant Context
@studiomeyer-io
About Tenant Context
AsyncLocalStorage tenant + actor context propagation for MCP servers. Zero runtime dependencies, ESM-only, TypeScript.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Tenant Context?
AsyncLocalStorage tenant + actor context propagation for MCP servers. Zero runtime dependencies, ESM-only, TypeScript.
How to use Tenant Context?
Follow the repository README to install the server and add its MCP configuration to your client.
Key features of Tenant Context
- tenantSlug — which tenant the request belongs to. It drives every scoped DB
- actor — the human (OAuth user) or service principal (API key) that triggered
- Validate tenantSlug before building a context (non-empty, expected
- Parameterise SQL — tenantSlug is a plain string, never interpolate it
- Verify email in your identity layer and lowercase it before
Use cases of Tenant Context
- Connect an MCP-compatible client to this repository's service.
- Review the README-backed setup before enabling it in production.
FAQ from Tenant Context
Where is the source code for Tenant Context?
The source code is linked from the repository URL on this page.
Does Tenant Context include a standard MCP config?
If the README contains a parseable MCP configuration block, it is shown in the Config tab.
More MCP servers

PostgreSQL
modelcontextprotocolModel Context Protocol Servers

Filesystem
modelcontextprotocolModel Context Protocol Servers
Playwright Mcp
microsoftPlaywright MCP server

Puppeteer
modelcontextprotocolModel Context Protocol Servers
Brave Search
modelcontextprotocolModel Context Protocol Servers
Comments