semgrep-mcp-docker

MekayelAnik/semgrep-mcp-docker
★ 0 stars Shell DevOps Updated today
Multi-arch Docker image for Semgrep MCP Server (semgrep mcp) with supergateway + HAProxy L7 (TLS, H2, H3, CORS, Bearer auth)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "semgrep-mcp-docker": {
      "command": "npx",
      "args": [
        "-y",
        "MekayelAnik/semgrep-mcp-docker"
      ]
    }
  }
}