← Back to Plugins
MCP Server MCP

MCPSentinel

github By github 👁 1 views ▲ 0 votes

Precision-first security scanning for Model Context Protocol servers.

Homepage Verified source GitHub

Install

uvx mcp-guardian-scan

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-guardian-scan",
      "version": "0.8.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated MCP server hostnames, optionally with an exact port, that the MCP-native scanner may connect to.",
          "isRequired": true,
          "format": "string",
          "name": "MCPSENTINEL_ALLOWED_HOSTS"
        },
        {
          "description": "Set to true only to permit an explicitly allowlisted private or reserved HTTP address in a trusted local network.",
          "format": "string",
          "name": "MCPSENTINEL_ALLOW_PRIVATE_HTTP_TARGETS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...