memos-mcp-server logo

memos-mcp-server

by LeslieLeung

memos-mcp-server is an MCP (Model Context Protocol) server designed for use with Memos. It provides tools to search and create memos using the MCP.

View on GitHub

Last updated: N/A

memos-mcp-server

A MCP(Model Context Protocol) server for Memos.

Tools

  • search_memos: Search memos with keyword.
  • create_memo: Create a new memo.

Usage

Installing via Smithery

To install mcp-server-memos for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @LeslieLeung/mcp-server-memos --client claude
{
    "mcpServers": [
        "memos": {
            "command": "uvx",
            "args": [
                "memos-mcp-server"
            ],
            "env": {
                "MEMOS_URL": "https://memos.example.com",
                "MEMOS_API_KEY": "your_api_key",
                "DEFAULT_TAG": "#mcp"
            }
        }
    ]
}