Skip to content

Helm chart for deploying Model Context Protocol services.

Notifications You must be signed in to change notification settings

teknoir/mcp-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

MCP Helm Chart

This chart deploys Model Context Protocol applications to a Kubernetes cluster.

The implementation of the Helm chart is right now the bare minimum to get it to work. The purpose of the chart is not to be infinitely configurable, but to provide a limited set of configuration options that make sense for the Teknoir platform.

Helm usage

Usage in Teknoir platform

Use the HelmChart to deploy the Model Context Protocol applications to a Namespace.

---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: mcp
  namespace: demonstrations # or any other namespace
spec:
  repo: https://teknoir.github.io/mcp-helm
  chart: mcp
  targetNamespace: demonstrations # or any other namespace
  valuesContent: |-
    # Example for minimal configuration
    

Adding the repository

helm repo add teknoir-mcp https://teknoir.github.io/mcp-helm/

Installing the chart

helm install teknoir-mcp teknoir-mcp/mcp -f values.yaml

About

Helm chart for deploying Model Context Protocol services.

Resources

Stars

Watchers

Forks

Packages

No packages published