mcp-server-memos-py

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

ParameterDescriptionDefault
hostMemos server hostnamelocalhost
portMemos server port8080
tokenAccess token for authentication""

🤝 Available Tools

  • list_memo_tags: List all existing memo tags
  • search_memo: Search for memos using keywords
  • create_memo: Create a new memo
  • get_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.