suse-ai-up
by SUSE·★ 28·Score 44
SUSE AI Universal Proxy is a comprehensive platform for managing and proxying MCP servers with secure orchestration across multiple microservices.
Overview
SUSE AI Universal Proxy provides a modular MCP proxy system enabling secure, scalable, and extensible AI model integrations. It features a unified service architecture with integrated server registry, network discovery, plugin management, and authentication capabilities. The platform operates through a main container + sidecar architecture where services run as coordinated containers within Kubernetes pods, supporting both HTTP and HTTPS communication with configurable ports.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose SUSE AI Universal Proxy when you need to manage multiple MCP servers through a unified gateway with authentication, session management, and plugin extensibility in an enterprise Kubernetes environment.
When NOT to choose this
Avoid this solution if you need a lightweight, simple MCP proxy without Kubernetes dependencies or if you're looking for a vendor-agnostic solution not tied to SUSE's ecosystem.
Comparable tools
Installation
Installation Options
Helm Installation (Recommended)
- Clone the repository:
git clone https://github.com/suse/suse-ai-up - Navigate to the directory:
cd suse-ai-up - In values.yaml, set:
- service.type: LoadBalancer - auth.method: development (for no auth)
- Install using the helm chart:
``bash helm install suse-ai-up ./charts/suse-ai-up ``
- Access the service at the IP address shown via
kubectl get svc suse-ai-up-service
Local Development
git clone https://github.com/suse/suse-ai-up.git
cd suse-ai-up
go run ./cmd/uniproxy**Claude Desktop Integration:** Add this to your Claude Desktop config.json:
"mcpServers": {
"suse-ai-up": {
"command": "docker",
"args": ["run", "--rm", "-p", "8911:8911", "suse/suse-ai-up"]
}
}FAQ
- What is the architecture of SUSE AI Universal Proxy?
- It uses a main container + sidecar architecture where services run as coordinated containers within a single Kubernetes pod. The unified service runs on HTTP port 8911 and HTTPS port 3911.
- Can I extend the proxy with custom MCP servers?
- Yes, the proxy includes a plugin management system for extending functionality with external services that can register with the main proxy service via API.
Compare suse-ai-up with
Last updated · Auto-generated from public README + GitHub signals.