Overview
The youtube-intelligence-mcp server needs SSE (Server-Sent Events) implementation to enable remote access via HTTPS.
Current State
- Location: Needs verification (likely in
services/ or related to youtube-channel-intelligence)
- Status: Pod running (1/1 Ready) as youtube-channel-intelligence-5994b75df5-tqkt6
- Port: 8081
- Ingress: Already configured at https://youtube-intelligence-mcp.ry-ops.dev/sse
Investigation Tasks
Implementation Requirements
Current Pod Status
youtube-channel-intelligence-5994b75df5-tqkt6 1/1 Running 0 8m40s
Pod name suggests this may be the youtube-channel-intelligence service. Need to clarify:
- Is youtube-intelligence-mcp separate from youtube-channel-intelligence?
- Should they share the same SSE endpoint?
- Does ingress need updating to point to correct service?
Reference Implementations
Working MCP servers with SSE:
- proxmox-mcp-server
- sandfly-mcp-server
- unifi-mcp-server
- langflow-chat-mcp-server
Infrastructure Ready
✅ HTTPS ingress configured
✅ DNS resolving to youtube-intelligence-mcp.ry-ops.dev
✅ TLS certificate via Let's Encrypt
✅ Claude Desktop config includes this server
✅ Related pod running successfully
Testing Plan
-
Investigation Phase:
- Locate source code
- Review current implementation
- Check logs:
kubectl logs -n cortex youtube-channel-intelligence-5994b75df5-tqkt6
- Verify service endpoints
-
Implementation Phase (if needed):
- Add SSE wrapper to appropriate service
- Build and push new image
- Update deployment/ingress if needed
- Deploy via ArgoCD
-
Verification Phase:
- Test SSE endpoint with curl
- Test with mcp-remote:
npx -y mcp-remote https://youtube-intelligence-mcp.ry-ops.dev/sse
- Verify in Claude Desktop app
- Confirm YouTube intelligence features work
Questions to Resolve
- Where is youtube-intelligence-mcp source code located?
- Is it the same as youtube-channel-intelligence?
- Does the ingress need to be updated to point to the correct service name?
- What port should be exposed (8081 or different)?
Priority
High - Required for Claude Desktop YouTube intelligence features
Overview
The youtube-intelligence-mcp server needs SSE (Server-Sent Events) implementation to enable remote access via HTTPS.
Current State
services/or related to youtube-channel-intelligence)Investigation Tasks
curl https://youtube-intelligence-mcp.ry-ops.dev/sseImplementation Requirements
/sseendpoint for MCP protocol/healthCurrent Pod Status
Pod name suggests this may be the youtube-channel-intelligence service. Need to clarify:
Reference Implementations
Working MCP servers with SSE:
Infrastructure Ready
✅ HTTPS ingress configured
✅ DNS resolving to youtube-intelligence-mcp.ry-ops.dev
✅ TLS certificate via Let's Encrypt
✅ Claude Desktop config includes this server
✅ Related pod running successfully
Testing Plan
Investigation Phase:
kubectl logs -n cortex youtube-channel-intelligence-5994b75df5-tqkt6Implementation Phase (if needed):
Verification Phase:
npx -y mcp-remote https://youtube-intelligence-mcp.ry-ops.dev/sseQuestions to Resolve
Priority
High - Required for Claude Desktop YouTube intelligence features