Connect AI assistants to Limitless for personal memory and lifelog access
Most knowledge and memory work still happens through a UI a human drives. Limitless MCP server moves it into the conversation instead. Connect AI assistants to Limitless for personal memory and lifelog access.
Connect AI assistants to your personal memory through Limitless AI's powerful lifelog system. Access your Pendant recordings, meeting notes, and personal insights directly from Claude, Cursor, or any MCP-compatible AI assistant.
Limitless is a personal AI that captures and organizes everything you've seen, said, or heard. Using their Pendant device or desktop app, Limitless creates a searchable memory of your life that you can query and learn from.
The server publishes 14 tools. What each one is for:
Cursor — The Cursor tool exposed by this serverlimitless_list_lifelogs — The limitless_list_lifelogs tool exposed by this serverlimitless_get_lifelog — The limitless_get_lifelog tool exposed by this serverlimitless_search_lifelogs — The limitless_search_lifelogs tool exposed by this serverlimitless_get_daily_summary — The limitless_get_daily_summary tool exposed by this serverlimitless_ask_ai — Ask questions about your memories and get AI-powered answerslimitless_star_lifelog — The limitless_star_lifelog tool exposed by this serverlimitless_export_markdown — The limitless_export_markdown tool exposed by this serverOrganization — The Organization tool exposed by this serverSecurity — The Security tool exposed by this serverSetup — The Setup tool exposed by this serverScripts — The Scripts tool exposed by this serverConfiguration is passed through the environment: LIMITLESS_API_KEY, LIMITLESS_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
The server ships on npm as @utlyze/limitless-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Limitless's toolset — Cursor, limitless_list_lifelogs, limitless_get_lifelog and 11 more — is a fair guide to whether it matches your workflow. It is maintained by h3ro-dev; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Cursor | The Cursor tool exposed by this server. |
| limitless_list_lifelogs | The limitless_list_lifelogs tool exposed by this server. |
| limitless_get_lifelog | The limitless_get_lifelog tool exposed by this server. |
| limitless_search_lifelogs | The limitless_search_lifelogs tool exposed by this server. |
| limitless_get_daily_summary | The limitless_get_daily_summary tool exposed by this server. |
| limitless_ask_ai | Ask questions about your memories and get AI-powered answers. |
| limitless_star_lifelog | The limitless_star_lifelog tool exposed by this server. |
| limitless_export_markdown | The limitless_export_markdown tool exposed by this server. |
| Organization | The Organization tool exposed by this server. |
| Security | The Security tool exposed by this server. |
| Setup | The Setup tool exposed by this server. |
| Scripts | The Scripts tool exposed by this server. |
| Testing | The Testing tool exposed by this server. |
| Contributing | 1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Add tests 5. Submit a pull request |
Add to your AI assistant config:
```json
{
"mcpServers": {
"limitless": {
"command": "npx",
"args": ["-y", "@utlyze/limitless-mcp-server"],
"env": {
"LIMITLESS_API_KEY": "your-api-key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| LIMITLESS_API_KEY | Credential the server authenticates with. | Yes |
| LIMITLESS_BASE_URL | Endpoint or connection string the server talks to. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.