A favicon of Memos MCP Server

Memos MCP Server

A MCP(Model Context Protocol) server for Memos.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar install LeslieLeung/mcp-server-memos -c claude

This command will automatically install and configure the Memos MCP Server MCP server for your selected client.

Option 2: Manual Configuration

View JSON configuration
{
  "mcpServers": {
    "Memos MCP Server": {
      "command": "uvx",
      "args": [
        "memos-mcp-server"
      ],
      "env": {
        "MEMOS_URL": "${input:memos_url}",
        "MEMOS_API_KEY": "${input:memos_api_key}"
      }
    }
  }
}

Copy and paste this configuration into your MCP client's configuration file to manually set up this server.

Common MCP clients
  • claude - Claude Desktop
  • cursor - Cursor Code Editor
  • cline - Cline (VS Code)
  • windsurf - Windsurf Editor
  • witsy - Witsy AI Assistant

memos-mcp-server

smithery badge

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"
            }
        }
    ]
}
Share:
Details:
  • Stars


    8
  • Forks


    2
  • Last commit


    2 months ago
  • Repository age


    2 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to Memos MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Memos MCP Server: MCP Server – MCP.Bar