01Persists conversation transcripts in SQLite and provides a `/memory/recall` endpoint to fetch context blocks per session.
02Provides tools (`start_ai_message`, `trigger_webhook`, `call_ai_and_webhook`) for prompt and webhook orchestration.
03Offers stdio, WebSocket, and an OpenAI-compatible `/v1/chat/completions` endpoint for flexible integration.
041 GitHub stars
05Includes discovery resources for webhooks, messages, and conversation sessions.
06Features automatic retry for network errors (up to 3 attempts) and a lightweight OpenAPI specification at `/mcp/openapi.json`.