← Back to Plugins
MCP Server MCP

MCP Gateway Scan

github By github 👁 1 views ▲ 0 votes

Read-only MCP/agent-gateway readiness scanner — scores a repo across 7 security dimensions.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-gateway-scan",
      "version": "0.1.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run as a stdio MCP server exposing the read-only scan_gateway tool (instead of the default one-shot CLI scan).",
          "value": "mcp",
          "type": "positional",
          "valueHint": "mcp"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...