01Provides a `send_to_inbox` tool to create Trilium notes with title, content, and optional tags.
02Saves new notes to a configurable parent note ID within Trilium (e.g., your Inbox).
03Supports streamable HTTP on `/mcp` and legacy `GET /sse` + `POST /messages` transports.
04Secures all MCP requests using a Bearer token for authentication.
05Sanitizes input content, storing it as HTML within a single paragraph in Trilium.
060 GitHub stars