mcp-tenant-isolation
Rank #6,776io.github.subodhkc/mcp-tenant-isolation
Static analysis scanner for MCP server code and multi-tenant SaaS applications.
mcp-tenant-isolation is a Model Context Protocol (MCP) server published by subodhkc. It ranks #6,776 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. mcp-tenant-isolation is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 6, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 108,815 of 115,591 servers on MCP Toplist.
Use mcp-tenant-isolation
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-tenant-isolation -- npx -y mcp-tenant-isolation[mcp_servers.mcp-tenant-isolation]
command = "npx"
args = ["-y", "mcp-tenant-isolation"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-tenant-isolation": {
"command": "npx",
"args": [
"-y",
"mcp-tenant-isolation"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-tenant-isolation": {
"command": "npx",
"args": [
"-y",
"mcp-tenant-isolation"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-tenant-isolation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-tenant-isolation"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-tenant-isolation": {
"command": "npx",
"args": [
"-y",
"mcp-tenant-isolation"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-tenant-isolation": {
"command": "npx",
"args": [
"-y",
"mcp-tenant-isolation"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.subodhkc%2Fmcp-tenant-isolation)<a href="https://mcptoplist.com/server/io.github.subodhkc%2Fmcp-tenant-isolation"><img src="https://mcptoplist.com/badge/io.github.subodhkc%2Fmcp-tenant-isolation.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
subodhkc
Other servers by subodhkc
View all subodhkc servers →Available versions (2)
| Version | Published |
|---|---|
| 2.0.0 | Aug 21, 2026 |
| 1.6.2 | Aug 6, 2026 |
Frequently asked questions
- Who maintains mcp-tenant-isolation?
- mcp-tenant-isolation is maintained by subodhkc, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is mcp-tenant-isolation listed on the Official MCP Registry?
- Yes — mcp-tenant-isolation is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-tenant-isolation have?
- MCP Toplist tracks 2 versions of mcp-tenant-isolation, most recently published on Aug 21, 2026.
- Where can I find the source code for mcp-tenant-isolation?
- The source code for mcp-tenant-isolation is hosted at github.com/subodhkc/mcp-tenant-isolation.