
Limitless
STDIO连接Limitless开发者API的MCP服务器
连接Limitless开发者API的MCP服务器
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.
getLifelogs
: List lifelogs with optional query parameters.npm ci
export LIMITLESS_API_KEY=your_api_key_here
Compile the TypeScript code:
npm run build
The merged implementation supports three modes:
node build/index.js server
getLifelogs
tool.node build/index.js client
node build/index.js interactive
This project is licensed under the MIT License.