mcpbeat Sign in

MCPSentinel MCP Server

by gentaarnezzi Your server? Claim it
local only

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

Precision-first security scanning for Model Context Protocol servers.

Installs per day peak 4 736 · avg 309 · -21% w/w
a month agotoday
507
Installs / week
pypi · mcp-guardian-scan
1
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

    environment = dict(os.environ) if target.inherit_environment else {

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

Alternatives to MCPSentinel

same job, measured the same way
Tokenlite Mysql MCP
by andezdev

A secure, efficient, and intelligent MySQL server for the Model Context Protocol

15 installs/wk local only
Wass MCP
by tb0hdan

MCP server for web application security scanning

local only
I
Mcpsentry
by roshan6335

Security scanner and runtime proxy for MCP servers.

45 installs/wk local only
V.A.P.E. — On-Chain Security Detective
by juxtaposition1

Autonomous on-chain security detective for Base, exposed over the Model Context Protocol (MCP).

56 installs/wk local only
Mcpshield
by mcpshield-dev

Security scanner for MCP servers - detects tool poisoning and injection

46 installs/wk local only
Mcpcheckup
by fpetitit

Scans remote MCP servers for protocol, security, and TLS issues; exposes scan tools via MCP.

2 tools answering
SymbioticSec
by symbioticsec

Symbiotic CLI MCP Server for security scanning and analysis

48 installs/wk local only
Vulnicheck
by andrasfe

HTTP MCP Server for comprehensive Python vulnerability scanning and security analysis.

local only

MCPSentinel — questions

Answers built from our own checks of this server.

Why is there no uptime for MCPSentinel?
MCPSentinel 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 mcp-guardian-scan was installed 507 times last week.
How do I connect MCPSentinel?
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-guardian-scan straight from pypi; nothing to host, nothing to sign up for.
How many people use MCPSentinel?
The pypi package mcp-guardian-scan was installed 507 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCPSentinel open source?
Yes — it is published under the MIT licence, written in Python and 1 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.