18ce812920dd5a7552467674a7216a46b8e16212
Split domain routing into two stages for improved performance: - Stage 1: map_str for exact domains (O(log n) using ebtree) - Stage 2: map_dom for wildcards only (O(n) but small set) Wildcards now stored in separate wildcards.map file. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
haproxy-mcp
HAProxy Dynamic Load Balancer Management with MCP Interface
Overview
MCP server for managing HAProxy load balancer configurations dynamically.
Features
- Dynamic backend management
- SSL certificate handling
- Health checks
- Domain routing
Usage
Configure as MCP server in Claude Code settings.
License
MIT
Languages
Python
99.8%
Dockerfile
0.2%