Back to Browse

MCPSentinel MCP Server

SecurityLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Precision-first security scanning for Model Context Protocol servers.

About

Precision-first security scanning for Model Context Protocol servers.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Comma-separated MCP server hostnames, optionally with an exact port, that the MCP-native scanner may connect to.Optional

Environment variable: MCPSENTINEL_ALLOWED_HOSTS

Set to true only to permit an explicitly allowlisted private or reserved HTTP address in a trusted local network.Optional

Environment variable: MCPSENTINEL_ALLOW_PRIVATE_HTTP_TARGETS

Set to true only for a reviewed, one-time operator approval of the current MCP metadata baseline.Optional

Environment variable: MCPSENTINEL_MCP_APPROVE_BASELINE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-gentaarnezzi-mcpsentinel": {
      "env": {
        "MCPSENTINEL_ALLOWED_HOSTS": "your-mcpsentinel-allowed-hosts-here",
        "MCPSENTINEL_MCP_APPROVE_BASELINE": "your-mcpsentinel-mcp-approve-baseline-here",
        "MCPSENTINEL_ALLOW_PRIVATE_HTTP_TARGETS": "your-mcpsentinel-allow-private-http-targets-here"
      },
      "args": [
        "mcp-guardian-scan"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!