Skip to content

Missing Helm chart for Plane MCP server documented as plane/plane-mcp-server #265

Description

@dyld-w

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:

  1. Publish a plane-mcp-server chart matching the documentation, or
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions