mcp-server-memos-py
13
MCP Server Memos is a Python package enabling LLM models to interact with a Memos server via the Model Context Protocol. It offers features like searching and creating memos, with secure access control.
MCP Server Memos 📝
A Python package that provides LLM models the ability to interact with Memos server via the MCP interface.
🚀 Features
- Search memos with keywords
- Create new memos with customizable visibility
- Retrieve memo content by ID
- List and manage memo tags
- Secure authentication using access tokens
🛠️ Usage
This package can be included in your configuration file like other Python MCP plugins.
🔧 Configuration
Parameter | Description | Default |
---|---|---|
host | Memos server hostname | localhost |
port | Memos server port | 8080 |
token | Access token for authentication | "" |
🤝 Available Tools
list_memo_tags
: List all existing memo tagssearch_memo
: Search for memos using keywordscreate_memo
: Create a new memoget_memo
: Get a specific memo by ID
🤝 Contributing
Contributions are welcome! Please submit a Pull Request.
📄 License
This project is licensed under the MIT License.