Summary
The self-hosted MCP Server docs describe installing a plane/plane-mcp-server Helm chart from https://helm.plane.so, but the chart does not appear to exist in the published Helm index or in this repository.
Docs page:
https://developers.plane.so/dev-tools/mcp-server-self-host#option-b-helm
Documented command:
helm repo add plane https://helm.plane.so
helm repo update
helm install plane-mcp plane/plane-mcp-server \
--namespace plane-mcp \
--create-namespace \
-f values.yaml
What I checked
https://helm.plane.so/index.yaml currently lists plane-ce, but no plane-mcp-server entry.
charts/ in this repo currently contains plane-ce and plane-enterprise, but no MCP server chart.
helm search repo plane after repo update does not show plane/plane-mcp-server.
Expected
One of:
- Publish a
plane-mcp-server chart matching the documentation, or
- Update the documentation to remove/adjust the Helm instructions.
Proposed fix
I can open a PR adding a charts/plane-mcp-server chart matching the documented values:
makeplane/plane-mcp-server image
- HTTP service on port
8211
- OAuth environment variables:
PLANE_BASE_URL
PLANE_INTERNAL_BASE_URL
PLANE_OAUTH_PROVIDER_CLIENT_ID
PLANE_OAUTH_PROVIDER_CLIENT_SECRET
PLANE_OAUTH_PROVIDER_BASE_URL
MCP_PATH_PREFIX
- Ingress/TLS config following the docs
- Bundled Valkey/Redis support, plus external Redis option
This code was generated using GPT-5.5 in Pi Coding Agent.
Summary
The self-hosted MCP Server docs describe installing a
plane/plane-mcp-serverHelm chart fromhttps://helm.plane.so, but the chart does not appear to exist in the published Helm index or in this repository.Docs page:
https://developers.plane.so/dev-tools/mcp-server-self-host#option-b-helm
Documented command:
What I checked
https://helm.plane.so/index.yamlcurrently listsplane-ce, but noplane-mcp-serverentry.charts/in this repo currently containsplane-ceandplane-enterprise, but no MCP server chart.helm search repo planeafter repo update does not showplane/plane-mcp-server.Expected
One of:
plane-mcp-serverchart matching the documentation, orProposed fix
I can open a PR adding a
charts/plane-mcp-serverchart matching the documented values:makeplane/plane-mcp-serverimage8211PLANE_BASE_URLPLANE_INTERNAL_BASE_URLPLANE_OAUTH_PROVIDER_CLIENT_IDPLANE_OAUTH_PROVIDER_CLIENT_SECRETPLANE_OAUTH_PROVIDER_BASE_URLMCP_PATH_PREFIXThis code was generated using GPT-5.5 in Pi Coding Agent.