Skip to content

Add SSE transport support to cortex-mcp-server #1

Description

@ry-ops

Summary

The cortex-mcp-server needs SSE (Server-Sent Events) transport support to work with Claude Desktop via mcp-remote.

Current State

  • Server type: Node.js (node:18-alpine)
  • Transport: stdio MCP server with custom HTTP wrapper
  • SSE Status: ❌ Not implemented

Requirements

  1. Add /sse endpoint that establishes SSE connection
  2. Send event: endpoint with session-specific message URL
  3. Add /message?sessionId= POST endpoint for receiving MCP messages
  4. Stream MCP responses back via SSE event: message

Infrastructure Ready

Reference

See MCP-SSE-Implementation-Tasks.md in cortex-gitops for implementation pattern.

Labels

mcp, sse, enhancement

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions