The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Memos listing page.
[!NOTE] This repository is archived. As of v0.27.0, Memos now includes a native MCP server implementation, making this standalone server unnecessary.
An MCP server for interacting with Memos.
This MCP server provides the following tools:
create_memoCreate a memo and return the name of the memo.
attach_fileAttach a file to a memo.
[!NOTE] You'll need
uvinstalled on your system to useuvxcommand.
Download the latest MCP bundle mcp-memos.mcpb from
the Releases page,
then open the downloaded .mcpb file or drag it into the Claude Desktop's Settings window.
You can also manually configure this server for Claude Desktop.
Edit the claude_desktop_config.json file by adding the following entry under mcpServers:
After editing, restart the application. For more information, see: For Claude Desktop Users - Model Context Protocol.
To enable the Bear extension in Goose CLI,
edit the configuration file ~/.config/goose/config.yaml to include the following entry:
Add a new extension with the following settings:
uvx --from git+https://github.com/jkawamoto/mcp-memos mcp-memosMEMOS_API_ENDPOINT with Memos server address and MEMOS_API_TOKEN with your api tokenFor more details on configuring MCP servers in Goose Desktop, refer to the documentation: Using Extensions - MCP Servers.
This application is licensed under the MIT License. See the LICENSE file for more details.