GitOps Helm charts for a self-hosted AI platform — LibreChat, model serving, MCP servers, Keycloak, and supporting infrastructure, deployed via ArgoCD.
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