limitless-mcp-server
If you are the rightful owner of limitless-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Limitless MCP Integration provides a minimal MCP server/client implementation for interacting with the Limitless Developer API.
The Limitless MCP Integration repository offers a streamlined implementation of a Model Context Protocol (MCP) server and client, designed to interact with the Limitless Developer API. This setup focuses on a GET endpoint, specifically for listing lifelogs, and demonstrates how to expose API endpoints as MCP tools. The implementation merges server and client functionalities into a single codebase, allowing for seamless interaction. It supports three operational modes: server, client, and interactive, each catering to different use cases. The server mode runs the MCP server, the client mode connects to the server to call the `getLifelogs` tool, and the interactive mode allows users to call any tool with JSON parameters. The setup requires Node.js v20 or higher, npm, and a valid Limitless API key.
Features
- MCP Server: Exposes a GET endpoint to 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.
- Environment Variable Support: Passes environment variables, including API key, to the spawned server.
Tools
getLifelogs
Lists lifelogs with optional query parameters.