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.

What is the default port for the Memos server?

The default port for the Memos server is 8080.

How can I authenticate with the Memos server?

Authentication is done using access tokens, which can be specified in the configuration.

Can I customize the visibility of memos?

Yes, memos can be created with customizable visibility options such as PUBLIC, PROTECTED, or PRIVATE.

Is it possible to list all memo tags?

Yes, the package provides a tool to list all existing memo tags.

How do I search for memos using keywords?

You can use the 'search_memo' tool to search for memos by specifying keywords.