mcpbeat Sign in

Tenantguard MCP Server

local only

Tenantguard runs on your own machine — the client starts it, so there is no endpoint to ping. 170 installs a week from pypi. Last commit 25 Aug 2026.

Scans self-hosted multi-tenant AI-agent platforms for tenant-isolation gaps via an MCP tool.

Installs per day peak 300 · avg 53 · +2% w/w
a month agotoday
170
Installs / week
pypi · tenantguard-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Go

What the code does

We read the source, 11 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.

File ships in the package but is absent from the source [пакет] src/tenantguard_cli/__init__.py:1, [пакет] src/tenantguard_cli/cli.py:1, [пакет] src/tenantguard_cli/platforms.py:1
этот файл ставится пользователю, но в репозитории его нет
    result = subprocess.run([str(binary_path), *argv])

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 tenantguard -- uvx tenantguard-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tenantguard": {
      "args": [
        "tenantguard-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tenantguard]
command = "uvx"
args = ["tenantguard-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "tenantguard": {
      "args": [
        "tenantguard-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tenantguard": {
      "args": [
        "tenantguard-cli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Tenantguard

same job, measured the same way
Thoth MCP
by zeiq-co

MCP server for Thoth with multi-platform AI content generation

78 installs/wk local only
Seenpaid
by justinasrolando-cpu

Open-source, self-hosted posting layer with an MCP server for AI agents. 25+ platforms.

local only
Socialclaw
by ndesv21

Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

316 installs/wk 32 tools answering
Forkflux MCP
by forkflux

Self-hosted multi-agent collaboration and audit layer for AI-assisted engineering teams

167 installs/wk local only
Postbolt
by whitemarmot

Publish to 13+ social media platforms from any AI agent via MCP.

54 installs/wk local only
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
MCP for Oura
by smirnov

Multi-tenant hosted MCP server for Oura Ring — 21 read-only tools, OAuth per user.

answering
MCP Audit Server
by joepangallo

Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend

485 installs/wk local only

Tenantguard — questions

Answers built from our own checks of this server.

Why is there no uptime for Tenantguard?
Tenantguard 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 pypi package tenantguard-cli was installed 170 times last week.
How do I connect Tenantguard?
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 tenantguard-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Tenantguard?
The pypi package tenantguard-cli was installed 170 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tenantguard open source?
Yes — it is published under the Apache-2.0 licence, written in Go and 0 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.