Limitless MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIMITLESS_API_KEY | Yes | Your Limitless API key obtained from https://limitless.ai/developers |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| limitless_get_lifelog_by_idC | Retrieves a single lifelog or Pendant recording by its specific ID. |
| limitless_list_lifelogs_by_dateB | Lists logs/recordings for a specific date. Best for getting raw log data which you can then analyze for summaries, action items, topics, etc. |
| limitless_list_lifelogs_by_rangeA | Lists logs/recordings within a date/time range. Best for getting raw log data which you can then analyze for summaries, action items, topics, etc. |
| limitless_list_recent_lifelogsA | Lists the most recent logs/recordings (sorted newest first). Best for getting raw log data which you can then analyze for summaries, action items, topics, etc. |
| limitless_search_lifelogsA | Performs a simple text search for specific keywords/phrases within the title and content of recent logs/Pendant recordings. Use ONLY for keywords, NOT for concepts like 'action items' or 'summaries'. Searches only recent logs (limited scope). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/boyleryan/mcp-limitless-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server