AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

K8s Ai

mcp-mmontes11-k8s-ai Β· by mmontes11

🧠 Tenant repository bootstrapped by k8s-infrastructure that contains the manifests for AI related applications

β€” No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add mcp-mmontes11-k8s-ai

βœ“ scanned Β· βœ“ verified, works with Claude Code, Cursor, and more.

Security review

βœ“ Passed

No issues found. Passed automated security review. Β· v0.1.0 How review works β†’

  • βœ“ Prompt-injection patterns
  • βœ“ Secret / credential exfiltration
  • βœ“ Dangerous shell & filesystem operations
  • βœ“ Untrusted network calls
  • βœ“ Known-malicious package signatures

What it can access

  • βœ“ Network access No
  • βœ“ Filesystem access No
  • βœ“ Shell / process execution No
  • βœ“ Environment & secrets No
  • βœ“ Dynamic code execution No

From automated source analysis of v0.1.0. β€œUsed” means the capability is present in the source β€” more access means more to trust, not that it’s unsafe.

View the full security report β†’

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-mmontes11-k8s-ai)

Reliability & compatibility

βœ“ Security review passed
0 installs to date
β€” no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work β†’
Are you the author of K8s Ai? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

🧠 k8s-ai

Tenant repository bootstrapped by k8s-infrastructure that contains the manifests for AI related applications

Overview

This repository manages AI workloads on Kubernetes using GitOps with Flux CD. It includes deployments for LLM inference services, web UIs, and model serving infrastructure.

Applications

Open WebUI

  • Path: ./apps/open-webui
  • Type: HelmRelease (ollama-webui chart)
  • Description: Web interface for interacting with LLMs
  • Features:
  • Persistent storage via PVC
  • Integration with Ollama backend
  • Model access control bypass enabled

ComfyUI

  • Path: ./apps/comfyui
  • Type: Native Kubernetes resources
  • Description: Graph-based interface for Stable Diffusion
  • Image: mmontes11/docker-comfyui
  • Features:
  • Persistent volume for model caching
  • Replication source/destination for data synchronization
  • RESTic backup support

n8n

  • Path: ./apps/n8n
  • Type: HelmRelease (n8n helm chart)
  • Description: Workflow automation and integration platform
  • Features:
  • Persistent storage via PVC
  • RESTic backup support
  • Replication source/destination for data synchronization

opencode

  • Path: ./apps/opencode
  • Type: Native Kubernetes resources
  • Description: Coding agent and AI workspace for interactive development
  • Image: mmontes11/docker-opencode
  • Features:
  • NVIDIA GPU support for accelerated model training and inference
  • Persistent storage (100Gi PVC)
  • Pre-configured development environment with tools
  • RESTic backup support
  • Replication source/destination for data synchronization
  • Integration with GitHub, HuggingFace, and n8n via tokens

Infrastructure

Model Serving

Ollama
  • Path: ./infrastructure/ollama
  • Description: Lightweight LLM inference server
  • Features:
  • Native GPU support
  • Simple HTTP API
  • Model caching
llama.cpp
  • Path: ./infrastructure/llamacpp
  • Description: High-performance C/C++ inference engine optimized for CPU and GPU
  • Features:
  • Qwen3.6 MTP model support with 1.4-2.2x faster inference
  • 256k context window for agentic AI workflows
  • StatefulSet deployment with persistent storage
  • Prometheus ServiceMonitor integration
  • Ingress routing via HTTPRoute
vLLM
  • Path: ./infrastructure/vllm
  • Description: High-throughput LLM serving with PagedAttention
  • Use Case: Production workloads requiring high concurrency
KServe
  • Path: ./infrastructure/kserve
  • Example: ./examples/llminferenceservice.yaml
  • Description: Kubernetes-native ML serving platform
  • Features:
  • LLMInferenceService CRD
  • Custom model templates

MCP Servers

  • MCP Kubernetes: Kubernetes model context protocol server
  • MCP Grafana: Grafana monitoring integration
  • MCP GitHub: GitHub API integration
  • MCP Photoprism: Photo management (mmontes & xiaowen)

Architecture

β”œβ”€β”€ apps/                    # Application deployments
β”‚   β”œβ”€β”€ comfyui/            # ComfyUI deployment
β”‚   β”œβ”€β”€ n8n/                # n8n workflow automation
β”‚   β”œβ”€β”€ opencode/           # opencode AI development workspace
β”‚   └── open-webui/         # Open WebUI deployment
β”œβ”€β”€ clusters/               # Cluster-specific configurations
β”‚   └── homelab/
β”‚       β”œβ”€β”€ apps.yaml       # Application Kustomizations
β”‚       β”œβ”€β”€ infrastructure.yaml
β”‚       └── namespaces.yaml
β”œβ”€β”€ examples/               # Example configurations
β”‚   └── llminferenceservice.yaml
└── infrastructure/         # Shared infrastructure
    β”œβ”€β”€ kserve/             # KServe ML serving
    β”œβ”€β”€ vllm/               # vLLM serving engine
    β”œβ”€β”€ llamacpp/           # llama.cpp inference engine
    β”œβ”€β”€ lws/                # LeaderWorkerSet
    β”œβ”€β”€ ollama/             # Ollama LLM backend
    └── mcp-*/             # MCP server integrations

AI Benchmarks

LLM benchmarks using llama.cpp on Kubernetes: mmontes11/llm-bench

License

[MIT](./LICENSE)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source β€” we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.