★ 119 stars
Go
🌐 Browser/Web
Updated 8d ago
Unified Web Application Server — Apache+Nginx+Varnish+Caddy in a single Go binary. Auto HTTPS, built-in caching, PHP/FastCGI, reverse proxy, load balancing, WAF, web dashboard, and MCP server.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"uwas": {
"command": "go",
"args": [
"run",
"github.com/uwaserver/uwas@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add uwas go run github.com/uwaserver/uwas@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"uwas": {
"command": "go",
"args": [
"run",
"github.com/uwaserver/uwas@latest"
]
}
}
}
📋 Copy
Topics
acme cache devops fastcgi go golang htaccess https lets-encrypt load-balancer mcp php reverse-proxy single-binary waf