Interacts with the Memos API service through a command-line interface, adhering to Model Context Protocol standards.
This package provides a Model Context Protocol (MCP) implementation, enabling programmatic interaction with the Memos API service. It offers a command-line interface for tasks such as adding new messages to conversations, efficiently searching for memories within conversation history, and retrieving complete conversation logs. Built with TypeScript for type safety, the tool integrates an Express.js server and Zod schema validation to ensure robust and compliant interactions with the Memos platform for AI context management.
주요 기능
01MCP-compliant API interface
02Command-line tool for easy interaction
03Type safety with TypeScript
04Express.js server implementation
05Zod schema validation
060 GitHub stars
사용 사례
01Automating the addition of new messages to AI conversations via the Memos API.
02Programmatically searching conversation history for specific memories or context within Memos.
03Retrieving complete message histories from Memos conversations for further analysis or display.