Skip to content

v0.2.0 Roadmap: Remote Server Support #1

@omoshola-o

Description

@omoshola-o

v0.2.0 — Remote Server Support

Enable agentic-memory-mcp to run as a remote HTTP/SSE server with auth, multi-tenant isolation, and production deployment support.

Features

CLI

# Local (unchanged)
agentic-memory-mcp serve --memory ~/.brain.amem

# Remote single-user
agentic-memory-mcp serve-http \
  --memory /data/brain.amem \
  --port 8080 \
  --token "secret123"

# Remote multi-tenant
agentic-memory-mcp serve-http \
  --multi-tenant \
  --data-dir /data/users/ \
  --port 8080 \
  --token "secret123"

Error Codes

pub const UNAUTHORIZED: i32 = -32803;
pub const USER_NOT_FOUND: i32 = -32804;
pub const RATE_LIMITED: i32 = -32805;

Timeline

Week Focus
1 Auth + multi-tenant
2 Docker + docs
3 CLI commands
4 Testing + publish v0.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    v0.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