Summary
The cortex-desktop-mcp needs SSE transport support to work with Claude Desktop via mcp-remote.
Current State
- Server type: Custom container image (10.43.170.72:5000/cortex-desktop-mcp:latest)
- Transport: Reports
transport: sse in health endpoint but /sse returns error
- SSE Status: ❌ Not working
Investigation Needed
- Check existing SSE implementation in container
- Determine if it's a routing issue or missing implementation
- Fix or implement SSE endpoint
Requirements
- Working
/sse endpoint that establishes SSE connection
- Send
event: endpoint with session-specific message URL
- Add
/message?sessionId= POST endpoint
- Stream MCP responses back via SSE
Infrastructure Ready
Reference
See MCP-SSE-Implementation-Tasks.md in cortex-gitops for implementation pattern.
Summary
The cortex-desktop-mcp needs SSE transport support to work with Claude Desktop via
mcp-remote.Current State
transport: ssein health endpoint but /sse returns errorInvestigation Needed
Requirements
/sseendpoint that establishes SSE connectionevent: endpointwith session-specific message URL/message?sessionId=POST endpointInfrastructure Ready
Reference
See
MCP-SSE-Implementation-Tasks.mdin cortex-gitops for implementation pattern.