Skip to content

HTTPS support: --tls-cert and --tls-key flags #5

@omoshola-o

Description

@omoshola-o

Add optional --tls-cert and --tls-key flags for native TLS support.

Usage

agentic-memory-mcp serve-http \
  --port 443 \
  --tls-cert /etc/ssl/cert.pem \
  --tls-key /etc/ssl/key.pem \
  --token "secret123"

Alternative

Document nginx/caddy reverse proxy setup as the recommended approach for most deployments (see #7).

Part of #1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv0.2.0v0.2.0 remote server support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions