Odel
MCP Gateway Scan

MCP Gateway Scan

Local
@willianpinho2TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-gateway-scanv0.1.1

Run

npx -y mcp-gateway-scan

MCP client config

{
  "mcpServers": {
    "mcp-gateway-scan": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-gateway-scan"
      ]
    }
  }
}