diff --git a/platform/mcp-servers/helmrelease.yaml b/platform/mcp-servers/helmrelease.yaml index 63f819b..e8db420 100644 --- a/platform/mcp-servers/helmrelease.yaml +++ b/platform/mcp-servers/helmrelease.yaml @@ -28,6 +28,13 @@ spec: cleanupOnFail: true values: + # Disable resource-intensive servers + playwright-mcp: + enabled: false + puppeteer-mcp: + enabled: false + + # Configure enabled servers with secrets mcp-gateway: gateway: auth: @@ -40,12 +47,6 @@ spec: n8nMCP: n8n: apiKey: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIyNWI4Njk4My0wOWQzLTRjMzAtOWQ0OC03OWQxOWMxZjc5Y2UiLCJpc3MiOiJuOG4iLCJhdWQiOiJwdWJsaWMtYXBpIiwiaWF0IjoxNzYzMDk2NDU4fQ.I9MhQ1THxAD-P4mfcZAl3qxpjoIYM61OD1BIILDyPUw" - playwright-mcp: - persistence: - enabled: true - downloadSize: 10Gi - screenshotSize: 10Gi - storageClassName: nfs-client github-mcp: github: token: "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"