limitless-mcp-server
10
This project offers a basic MCP server/client setup to interact with the Limitless Developer API through GET endpoints. It enables users to expose API endpoints as MCP tools and call them from a client using a unified codebase.
Limitless MCP Integration
This project provides a minimal MCP server/client implementation for interacting with the Limitless Developer API. It includes:
- An MCP Server exposing a GET endpoint to list lifelogs.
- An MCP Client to connect and call the server tools.
- Support for interactive mode with JSON parameters. It requires Node.js v20, npm, and a Limitless API key.
Features
- Exposes
getLifelogs
tool via MCP server. - Supports server, client, and interactive modes.
- Passes environment variables to the server.