Cerebra Legal MCP Server

MCP Memos

Created By
Cerebra Legal MCP Serverhuhu415
Content

MCP-Memos

MCP-Memos is an memo tool based on MCP that allows users to record and retrieve text information.

It's perfect for developers to quickly save and find information in their workflow without switching to other applications.

Tool Documentation

Tool NameDescriptionInput Parameters
store_memoSave important text information and add tags for easy retrieval latertag:keyword or tag or description
content: that you want to save
retrieve_memoRetrieve previously saved text content based on keywordstext keyword or tag or description

Usage

Installation

Download the mcp-memos binary file according to your computer's architecture from releases

Configuration

Add MCP-Memos to the macPilotCli configuration file

{
    "mcpServers": {
      "MCP-Memos":{
        "command": "path/to/mcp-memos",
        "env": {
          "LLM_TOKEN": "xxxxxx",
          "LLM_BASE_URL": "xxxxx",
          "ANTHROPIC_MODEL": "xxxxx"
        }
      }
    }
}

Record information

Sometimes when we're developing, we need to record some information.

  1. Don't want to open a note-taking app to record, it's too cumbersome
  2. If you've opened a note-taking app to record, it's difficult to find the information later

Record information

You can use MCP-Memos to record information by saying:

Please record this for me. This is {description}

{content}

Retrieve information

When you need it later, just say:

Please help me find the records about {description}

NOTE

The description can be different each time, as long as the description is roughly the same thing

LLM_BASE_URL optional, default is https://api.anthropic.com

ANTHROPIC_MODEL optional, default is claude-3-7-sonnet-20250219