Summary
Your own recordings, searchable from the assistant you already use.
Search is the tool that earns it — "what did we agree with the vendor in March" runs against your own transcripts rather than your memory. The key gives whichever client you configure access to everything the Pendant heard, so put it in the client you trust most and nowhere else.
What it is
A Node server over Limitless AI's lifelog API. Three tools list, fetch and search the recordings the Pendant or desktop app captured.
What you get
- limitless_list_lifelogs for your entries, filtered by date range and by whether they are starred
- limitless_search_lifelogs for natural-language search across everything captured
- limitless_get_lifelog for one entry by ID, with headings and Markdown as options
- Entries exportable as Markdown
- Filtering by date, source or content
Requirements
A Limitless account with a paired Pendant or the desktop app, and an API key created at app.limitless.ai under Developer, set as LIMITLESS_API_KEY. Install globally or run through npx from @utlyze/limitless-mcp-server.
