mcp-server-memos

mcp-server-memos

3.3

If you are the rightful owner of mcp-server-memos and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an MCP server for interacting with the Memos note service using natural language through any client supporting the MCP protocol.

The MCP Server Memos is designed to facilitate interaction with the Memos note-taking service using natural language. It allows users to search, create, retrieve, and update notes securely using access tokens. The server can be configured using environment variables or command-line parameters and supports hosting on MCP.so for ease of use without local setup. It is developed using TypeScript and supports hot-reload for development.

Features

  • Search notes
  • Create new notes with visibility settings
  • Retrieve note content
  • Update note content
  • Secure authentication using access tokens

Tools

  1. search_memo

    Search notes using a keyword.

  2. create_memo

    Create a new note with specified content and visibility.

  3. get_memo

    Retrieve a specific note by its ID.

  4. update_memo

    Update a specific note's content by its ID.