Connect AI assistants to Limitless to access personal memory and lifelog data.
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.
# Install globally
npm install -g @utlyze/limitless-mcp-server
# Or use directly with npx (recommended)
npx @utlyze/limitless-mcp-server
Add to your AI assistant config:
{
"mcpServers": {
"limitless": {
"command": "npx",
"args": ["-y", "@utlyze/limitless-mcp-server"],
"env": {
"LIMITLESS_API_KEY": "your-api-key"
}
}
}
}
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.
npm install -g @utlyze/limitless-mcp-server
npm install @utlyze/limitless-mcp-server
npx @utlyze/limitless-mcp-server
β οΈ Security Note: Never share your API key or commit it to version control.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json
:
{
"mcpServers": {
"limitless": {
"command": "npx",
"args": ["-y", "@utlyze/limitless-mcp-server"],
"env": {
"LIMITLESS_API_KEY": "your-api-key-here"
}
}
}
}
Add to .cursor/mcp.json
in your project:
{
"mcpServers": {
"limitless": {
"command": "npx",
"args": ["-y", "@utlyze/limitless-mcp-server"],
"env": {
"LIMITLESS_API_KEY": "your-api-key-here"
}
}
}
}
Variable | Description | Required | Default |
---|---|---|---|
LIMITLESS_API_KEY | Your Limitless API key | β Yes | - |
LIMITLESS_BASE_URL | API base URL | No | https://api.limitless.ai/v1 |
DEBUG | Enable debug logging | No | false |
List your lifelogs with powerful filtering options.
Parameters:
timezone
- Timezone for date filtering (e.g., "America/New_York")date
- Filter by specific date (YYYY-MM-DD)startTime
- Start time filter (HH:MM)endTime
- End time filter (HH:MM)limit
- Number of results (max 100)isStarred
- Show only starred lifelogsincludeMarkdown
- Include full markdown contentdirection
- Sort order (asc/desc)Get detailed information about a specific lifelog.
Parameters:
lifelogId
- The ID of the lifelogincludeMarkdown
- Include markdown contentincludeHeadings
- Include content structureSearch through your memories using natural language.
Parameters:
query
- Your search querydateFrom
- Start date for searchdateTo
- End date for searchsource
- Filter by source (pendant/desktop/web/mobile)Get an AI-generated summary of a specific day.
Parameters:
date
- Date to summarize (YYYY-MM-DD)timezone
- Your timezoneincludeActionItems
- Include action itemsincludeKeyTopics
- Include main topicsAsk questions about your memories and get AI-powered answers.
Parameters:
query
- Your questiondateFrom
- Context start datedateTo
- Context end dateincludeContext
- Include source referencesMark important memories by starring them.
Parameters:
lifelogId
- The lifelog to star/unstarisStarred
- true to star, false to unstarExport your memories as formatted markdown.
Parameters:
date
- Export specific datedateFrom
/dateTo
- Export date rangeincludeMetadata
- Include timestamps and metadatagroupByDate
- Organize by date"Show me all my memories from yesterday"
"What did I discuss in meetings today?"
"Find conversations about the product launch"
"Get my daily summary for Monday"
"Search for discussions about AI in the last week"
"Show me starred memories from December"
"Export all my meeting notes from this month"
"What action items came up in yesterday's standup?"
"What did John say about the budget proposal?"
"When did I last talk about vacation plans?"
"Summarize my conversations about the new feature"
"What decisions were made in the leadership meeting?"
"Star the memory about the product roadmap"
"Export this week's meetings as markdown"
"Show me all my Pendant recordings from home"
src/
βββ config/ # Configuration management
βββ lib/ # Core libraries
β βββ limitless-client.ts
β βββ logger.ts
βββ tools/ # MCP tool implementations
β βββ lifelogs/ # Lifelog-related tools
βββ types/ # TypeScript type definitions
# Clone the repository
git clone https://github.com/Utlyze/limitless-mcp-server.git
cd limitless-mcp-server
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm test
npm run dev
- Development mode with hot reloadnpm run build
- Build for productionnpm test
- Run test suitenpm run lint
- Check code stylenpm run typecheck
- Verify TypeScript types# Run all tests
npm test
# Run with coverage
npm run test:coverage
# Run specific test suite
npm run test:unit
npm run test:integration
LIMITLESS_API_KEY
is set in your configDEBUG=true
MIT License - see LICENSE file for details.
Built with β€οΈ for the Limitless community. Remember everything, forget nothing.
Add smart Backup ability to coding agents like Windsurf, Cursor, Cluade Coder, etc
Human-in-the-loop platform - Allow AI agents and automations to send requests for approval to your gotoHuman inbox.
An MCP server that uses Google's Gemini 1.5 Pro to generate concise summaries of various content types.
Monitor team productivity, usage, and spending for AI assistants using the Cursor Admin API.
Access data from the BakalΓ‘Εi school system, including schedules, absences, and grades, through a standardized API.
Contract and template management for drafting, reviewing, and sending binding contracts.
Integrates with Linear project management systems.
Simple unofficial MCP server to track time via Toggl API
Create Garmin Connect workouts using natural language.
MCP server for managing accounting and taxes with Norman Finance.