Skip to content

Conversation

@LPLabrys99
Copy link

Hi there,

I saw there was no helm chart for mcpo currently so I wanted to contribute what I made back to the community.
Please consider this PR. I've tried to follow the same patterns as the pipelines chart.

In this version basic configuration can be specified inline with chart values by setting the .Values.mcpo.config variable.

Kind regards

- name: data
persistentVolumeClaim:
claimName: {{ include "mcpo.name" . }}
{{- end }}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you missed the volume declaration for the config.

Suggested change
{{- end }}
{{- end }}
- name: mcpo-config
secret:
secretName: mcpo-config
optional: true

@@ -0,0 +1,120 @@
apiVersion: apps/v1
kind: Deployment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to default to having persistence, wouldn't it make more sense for this to be a stateful set? That way you can scale this easier without needing shared filesystems.

@westbrook-ai
Copy link
Collaborator

Hey @LPLabrys99, I appreciate the contribution. I am leaning towards not merging this since MCP is still so new and many people are going to have their own ways of wanting to implement it or other charts they may want to use. However, I'd highly encourage you to release your chart on a personal repo and write a blog post or make a video of how you integrated it, because I do think this could be very helpful to people!

@Slach
Copy link

Slach commented May 30, 2025

@0xThresh weird decision, if I want to setup full open-webui stack with mcp support do it requires helm chart for mcpo?

actually i try to find server side ollama + web UI + mcp on kubernetes setup and open-webui was promising, until i find this PR

@AlbertDoesProgramming
Copy link

AlbertDoesProgramming commented Nov 6, 2025

So we're 6 months on from when this PR was closed without merging and MCP is definitely a more popular now within this space. Having native charting for MCPO would be very helpful. Any plans to merge this now or something similar in the near future?

edit: Just seen this contribution - #312 - so will keep an eye on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants