Memos
Enables LLM models to interact with a Memos server through the Model Context Protocol (MCP) interface.
关于
This Python package provides LLM models with the ability to interact with a Memos server via the Model Context Protocol (MCP) interface, enabling them to search, create, retrieve, and manage memos. It offers a secure way for LLMs to access and manipulate memos using access tokens, allowing for the integration of personal knowledge management into AI workflows.
主要功能
- Retrieve memo content by ID
- Create new memos with customizable visibility
- Secure authentication using access tokens
- Search memos with keywords
- List and manage memo tags
使用案例
- Integrating personal knowledge management into AI workflows
- Enabling LLMs to create and manage memos programmatically
- Providing context from Memos server to LLMs