Skip to content

MCP transport diversity — HTTP / SSE #14

@scottmeyer

Description

@scottmeyer

MCP transport diversity — HTTP / SSE

Today: stdio only (ostk-recall serve --stdio wired into MCP-speaking clients). Per the 2025-06-18 MCP spec, streamable HTTP and SSE are the standard remote transports.

What this unlocks

  • Non-co-located clients can hit a shared ostk-recall instance (e.g. a single corpus on a homelab box served to a phone, an editor on a different machine, an agent running in a container).
  • Doesn't change the daemon model — the same ostk-recall serve (without --stdio) could expose HTTP on a configured port instead of (or alongside) the trigger socket.

Acceptance

  • ostk-recall serve --http <addr> mode using rmcp's HTTP transport.
  • Authentication: at minimum a config-driven shared bearer token; OAuth flows as a follow-up.
  • TLS — let-encrypt or operator-supplied cert/key paths.
  • All five MCP tools work over HTTP identically to stdio.
  • CI matrix runs at least one HTTP-transport integration test.

Caveats

This widens the threat model significantly — current architecture assumes single-operator local stdio. Recall + recall_audit + the corpus-on-disk are sensitive surfaces. Bake a security review (and probably rate limiting) into the rollout, not after.

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