You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert
manueltarouca / limitless-mcp-server Public
A Model Context Protocol server, client and interactive mode for Limitless API
6 stars
0 forks
Branches
Tags
Activity
Notifications
You must be signed in to change notification settings
master
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
History
-------
3 Commits
| | |
| src | | src | | |
| .gitignore | | .gitignore | | |
| LICENSE | | LICENSE | | |
| README.md | | README.md | | |
| package-lock.json | | package-lock.json | | |
| package.json | | package.json | | |
| tsconfig.json | | tsconfig.json | | |
| View all files | | |
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.
A Model Context Protocol server, client and interactive mode for Limitless API
No releases published
No packages published
You can’t perform that action at this time.