★ 0 stars
HTML
🤖 AI/LLM
Updated today
GitOps Helm charts for a self-hosted AI platform — LibreChat, model serving, MCP servers, Keycloak, and supporting infrastructure, deployed via ArgoCD.
View on GitHub →
Try with Claude — $10 free →
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": {
"ai-helm": {
"command": "npx",
"args": [
"-y",
"ADORSYS-GIS/ai-helm"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai-helm npx -y ADORSYS-GIS/ai-helm
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-helm": {
"command": "npx",
"args": [
"-y",
"ADORSYS-GIS/ai-helm"
]
}
}
}
📋 Copy
Topics
ai-platform argocd gitops helm helm-charts keycloak kubernetes librechat llm mcp self-hosted