Limitless

v1.0.0Knowledge & Memorystable

Connects AI assistants to personal lifelog data from Limitless AI, enabling users to search and retrieve memories, recordings, and meeting notes. It allows for natural language querying of personal history and provides AI-generated daily summaries wi

ai-toolsclaude-mcpmcpmcp-server
Share:
24
Stars
0
Downloads
0
Weekly
0/5

What is Limitless?

Limitless is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to connects ai assistants to personal lifelog data from limitless ai, enabling users to search and retrieve memories, recordings, and meeting notes. it allows for natural language querying of personal hi...

Connects AI assistants to personal lifelog data from Limitless AI, enabling users to search and retrieve memories, recordings, and meeting notes. It allows for natural language querying of personal history and provides AI-generated daily summaries wi

This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Connects AI assistants to personal lifelog data from Limitle

Use Cases

Search and retrieve personal memories and meeting notes from Limitless AI.
Generate AI-powered daily summaries from your personal lifelog data.
199-mcp

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMar 17, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx limitless-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Limitless

Limitless MCP Server bridges AI assistants with your personal lifelog data stored in Limitless AI, giving Claude the ability to search conversation history, retrieve meeting transcripts, extract action items, and generate daily summaries using natural language. It connects to the Limitless API using your personal API key and supports cursor-based pagination for large datasets. This is particularly useful for people who record meetings and conversations with Limitless wearables or apps and want to query that memory through an AI assistant.

Prerequisites

  • Node.js 16 or later with npx available
  • A Limitless AI account with an active API key
  • Your Limitless API key from the Limitless developer portal
  • An MCP client such as Claude Desktop
1

Obtain your Limitless API key

Log in to your Limitless AI account and navigate to the developer or API settings section to generate a personal API key. This key authenticates the MCP server against the Limitless API.

2

Install the MCP server package

Install the package globally so you can run it as a persistent MCP server, or use npx to launch it without a global installation.

npm install -g 199bio-mcp-limitless-server
3

Configure your MCP client with the API key

Add the Limitless MCP server to your client configuration. The LIMITLESS_API_KEY environment variable is the only required configuration — pass it through the env block.

{
  "mcpServers": {
    "limitless": {
      "command": "npx",
      "args": ["199bio-mcp-limitless-server"],
      "env": {
        "LIMITLESS_API_KEY": "your-api-key-here"
      }
    }
  }
}
4

Understand the available capabilities

Once connected, the server provides tools for: searching your conversation history with relevance scoring, listing lifelogs by date with cursor-based pagination, fetching full transcripts, identifying meetings, extracting action items, and generating daily summaries with participant and topic breakdowns.

5

Query your lifelog data

Restart your MCP client after saving the config and verify the server is connected. You can now ask Claude to query your Limitless data using natural language time expressions like 'yesterday' or 'last week'.

Limitless Examples

Client configuration

Claude Desktop configuration for the Limitless MCP server with API key authentication.

{
  "mcpServers": {
    "limitless": {
      "command": "npx",
      "args": ["199bio-mcp-limitless-server"],
      "env": {
        "LIMITLESS_API_KEY": "your-api-key-here"
      }
    }
  }
}

Prompts to try

Use these prompts with Claude once the Limitless MCP server is connected to explore your personal lifelog.

- "What meetings did I have yesterday and what were the main topics?"
- "Search my conversations from last week for any mentions of the project deadline"
- "Give me a daily summary of my recordings from Monday"
- "What action items came up in my conversations this week?"
- "Find all meetings where we discussed the Q3 budget"

Troubleshooting Limitless

Authentication failed or API key rejected

Double-check that LIMITLESS_API_KEY is set to a valid, active key from your Limitless account. Keys may expire or be revoked — generate a new one from the Limitless developer settings and update the env block in your MCP config.

No lifelogs returned for a date query

Ensure your Limitless device or app was recording on that date and that recordings have been synced to the cloud. The server queries the Limitless API which only returns data that has been uploaded and processed.

Large transcript responses cause context window issues

The server applies automatic token limit handling with intelligent truncation, but for very long recordings use the pagination cursor to request data in batches of 10 items at a time rather than fetching all transcripts at once.

Frequently Asked Questions about Limitless

What is Limitless?

Limitless is a Model Context Protocol (MCP) server that connects ai assistants to personal lifelog data from limitless ai, enabling users to search and retrieve memories, recordings, and meeting notes. it allows for natural language querying of personal history and provides ai-generated daily summaries wi It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Limitless?

Follow the installation instructions on the Limitless GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Limitless?

Limitless works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Limitless free to use?

Yes, Limitless is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Knowledge & Memory MCP Servers

Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "limitless-mcp-server": { "command": "npx", "args": ["-y", "limitless-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Limitless?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides