| name | reme-service |
| description | Use when starting ReMe over HTTP or MCP, or when embedding ReMeApp directly into an application without changing memory-type semantics. |
ReMe Service
Use this skill for ReMe service startup and application integration surfaces.
When to Use
Use this skill when you need to:
- start ReMe as an HTTP service
- start ReMe as an MCP server
- integrate
ReMeApp directly through Python import
- choose an entry surface for another application or agent runtime
Do not use this skill to decide personal/task/tool memory policy or file-first workspace rules.
Core Surfaces
- CLI startup with
backend=http
- CLI startup with
backend=mcp
- direct application embedding with
from reme_ai import ReMeApp
Usage Pattern
Choose one integration surface:
- HTTP when another process will call ReMe over REST
- MCP when an MCP-compatible client should treat ReMe as a server
ReMeApp import when Python code should call ReMe in-process
Design Rules
- keep service startup separate from memory-domain policy
- choose one stable
workspace_id convention per integration
- keep examples generic and portable
- document only the minimum flags and configuration needed to start correctly