A comprehensive platform for managing and proxying Model Context Protocol (MCP) servers, providing scalable AI service orchestration across multiple microservices.
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": {
"suse-ai-up": {
"command": "go",
"args": [
"run",
"github.com/SUSE/suse-ai-up@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add suse-ai-up go run github.com/SUSE/suse-ai-up@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"suse-ai-up": {
"command": "go",
"args": [
"run",
"github.com/SUSE/suse-ai-up@latest"
]
}
}
}
📋 Copy