Multi-arch Docker image for Semgrep MCP Server (semgrep mcp) with supergateway + HAProxy L7 (TLS, H2, H3, CORS, Bearer auth)
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"
]
}
}
}
Run in terminal:
claude mcp add semgrep-mcp-docker npx -y MekayelAnik/semgrep-mcp-docker
Add to .cursor/mcp.json:
{
"mcpServers": {
"semgrep-mcp-docker": {
"command": "npx",
"args": [
"-y",
"MekayelAnik/semgrep-mcp-docker"
]
}
}
}