This repository offers a minimal MCP server/client implementation for the Limitless Developer API, demonstrating how to expose and call API endpoints as MCP tools within a single codebase.
This repository offers a streamlined MCP server/client implementation designed for interacting with the Limitless Developer API (specifically the GET endpoint). It showcases how to present API endpoints as MCP tools and invoke them through a client, all within a unified codebase.
getLifelogs
: Retrieves lifelogs, supporting optional query parameters.Compile the TypeScript code using npm run build
.
The implementation supports three modes:
node build/index.js server
.getLifelogs
tool using node build/index.js client
.node build/index.js interactive
.This project is licensed under the MIT License.
manueltarouca/limitless-mcp-server
March 15, 2025
March 22, 2025
TypeScript