Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Limitless Mcp Server

    A Model Context Protocol server, client and interactive mode for Limitless API

    14 stars
    TypeScript
    Updated Jul 8, 2025

    Table of Contents

    • Features
    • Prerequisites
    • Setup
    • Build
    • Usage
    • References
    • License

    Table of Contents

    • Features
    • Prerequisites
    • Setup
    • Build
    • Usage
    • References
    • License

    Documentation

    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.

    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:

    bash
    npm ci

    3. Export your API key:

    sh
    export LIMITLESS_API_KEY=your_api_key_here

    Build

    Compile the TypeScript code:

    bash
    npm run build

    Usage

    The merged implementation supports three modes:

    • Server Mode: Runs the MCP server.
    bash
    node build/index.js server
    • Client Mode: Spawns the server and calls the getLifelogs tool.
    bash
    node build/index.js client
    • Interactive Mode: Launches an interactive client to call tools with JSON parameters.
    bash
    node build/index.js interactive

    References

    • Limitless Developer API Documentation
    • Limitless API Examples on GitHub

    License

    This project is licensed under the MIT License.

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k