Skip to main content
Glama
manueltarouca

limitless-mcp-server

Limitless MCP Integration

This repository provides a minimal MCP server/client implementation for interacting with the Limitless Developer API (GET endpoint only). It demonstrates how to expose API endpoints as MCP tools and how to call them via a client using a single merged codebase.

Features

  • MCP Server: Exposes a GET endpoint:

    • getLifelogs: List lifelogs with optional query parameters.

  • MCP Client: Connects to the server and calls the tools.

  • Interactive Mode: Allows calling any tool with JSON parameters.

  • Passes environment variables (including API key) to the spawned server.

Related MCP server: BeeMCP

Prerequisites

  • Node.js v20 or higher (with native fetch support or a polyfill)

  • npm

  • A valid Limitless API key

Setup

  1. Clone the repository and navigate into it.

  2. Install dependencies:

npm ci
  1. Export your API key:

export LIMITLESS_API_KEY=your_api_key_here

Build

Compile the TypeScript code:

npm run build

Usage

The merged implementation supports three modes:

  • Server Mode: Runs the MCP server.

node build/index.js server
  • Client Mode: Spawns the server and calls the getLifelogs tool.

node build/index.js client
  • Interactive Mode: Launches an interactive client to call tools with JSON parameters.

node build/index.js interactive

References

License

This project is licensed under the MIT License.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Unofficial MCP server that bridges AI assistants with Bee wearable lifelogging data, enabling retrieval and management of conversations, facts, todos, and locations.
    49
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for log file analysis. Gives LLMs the ability to efficiently analyze large log files without loading them into context.
    7
    98
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for JournalOwl that enables AI-powered journaling integration, allowing users to create, search, and browse journal entries, access weekly reviews, and get personalized suggestions directly from their AI assistant.
    7
    9
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/manueltarouca/limitless-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server