limitless-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@limitless-mcp-servershow my most recent lifelogs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Clone the repository and navigate into it.
Install dependencies:
npm ciExport your API key:
export LIMITLESS_API_KEY=your_api_key_hereBuild
Compile the TypeScript code:
npm run buildUsage
The merged implementation supports three modes:
Server Mode: Runs the MCP server.
node build/index.js serverClient Mode: Spawns the server and calls the
getLifelogstool.
node build/index.js clientInteractive Mode: Launches an interactive client to call tools with JSON parameters.
node build/index.js interactiveReferences
License
This project is licensed under the MIT License.
This server cannot be installed
Maintenance
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
- FlicenseAqualityDmaintenanceAn MCP server that connects Limitless Pendant wearable data to AI tools like Claude and Windsurf, allowing AI assistants to interact with your personal Lifelog recordings through structured tools and searches.522
- Alicense-qualityDmaintenanceUnofficial MCP server that bridges AI assistants with Bee wearable lifelogging data, enabling retrieval and management of conversations, facts, todos, and locations.49MIT
- AlicenseAqualityDmaintenanceMCP server for log file analysis. Gives LLMs the ability to efficiently analyze large log files without loading them into context.798MIT
- AlicenseAqualityDmaintenanceMCP 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.79MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
A MCP server built for developers enabling Git based project management with project and personal…
Cloud-hosted MCP server for durable AI memory
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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