mcpbeat Sign in

MCP Tenant Isolation MCP Server

local only

MCP Tenant Isolation runs on your own machine — the client starts it, so there is no endpoint to ping. 4 381 installs a week from npm. Last commit 21 Aug 2026.

Static analysis scanner for MCP server code and multi-tenant SaaS applications.

Installs per day peak 254 · avg 18
a month agotoday
4 381
Installs / week
npm · mcp-tenant-isolation
4
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/security/path-boundary.ts:162
    const joined = path.isAbsolute(target) ? target : path.join(this.root, target);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-tenant-isolation -- npx -y mcp-tenant-isolation
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-tenant-isolation": {
      "args": [
        "-y",
        "mcp-tenant-isolation"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-tenant-isolation]
command = "npx"
args = ["-y", "mcp-tenant-isolation"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-tenant-isolation": {
      "args": [
        "-y",
        "mcp-tenant-isolation"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-tenant-isolation": {
      "args": [
        "-y",
        "mcp-tenant-isolation"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Tenant Isolation

same job, measured the same way
Pmd
by roeiba

MCP server for PMD static code analyzer - run code analysis and detect duplicates

43 installs/wk local only
Android Security Analyzer
by ako2345

MCP server for static security analysis of Android source code

4 tools answering
Code Assistant
by j0hanz

Gemini-powered MCP server for code analysis.

48 installs/wk local only
Code Lens
by j0hanz

Gemini-powered MCP server for code analysis.

91 installs/wk local only
CodeSherlock
by fgc-shreyansh-chachaundiya

AI-powered static and contextual code analysis MCP server

108 installs/wk local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
CodeInspectus
by synvoya

Local-first MCP security scanner and CLI for AI-generated applications.

391 installs/wk local only
Aptu Coder
by clouatre-labs

MCP server for code structure analysis using tree-sitter.

local only

MCP Tenant Isolation — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Tenant Isolation?
MCP Tenant Isolation runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-tenant-isolation was installed 4 381 times last week.
How do I connect MCP Tenant Isolation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-tenant-isolation straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Tenant Isolation?
The npm package mcp-tenant-isolation was installed 4 381 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Tenant Isolation open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.