MCP Catalogs
Home

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.

ops-infraai-llmdeveloper-tools
11
Forks
10
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Enterprise AI service orchestration with centralized management
you:Multi-tenant MCP server deployment with authentication and security
you:AI application development with plugin-based extensibility
you:What is the architecture of SUSE AI Universal Proxy?
you:Can I extend the proxy with custom MCP servers?

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

mcp-server-proxynexus-mcpmcp-gatewayai-gateway

Installation

Installation Options

Helm Installation (Recommended)

  1. Clone the repository: git clone https://github.com/suse/suse-ai-up
  2. Navigate to the directory: cd suse-ai-up
  3. In values.yaml, set:

- service.type: LoadBalancer - auth.method: development (for no auth)

  1. Install using the helm chart:

``bash helm install suse-ai-up ./charts/suse-ai-up ``

  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.