leslieleung_mcp_server_memos

leslieleung_mcp_server_memos

by LeslieLeung
A server implementing the Model Context Protocol (MCP) for managing and interacting with Memos.

Memos MCP Server: Enhancing Memos with Model Context Protocol

Overview

The Memos MCP Server is a specialized implementation of the Model Context Protocol (MCP) designed to integrate seamlessly with Memos, a lightweight note-taking application. This server extends the functionality of Memos by enabling advanced search and memo creation capabilities through MCP.

Tools

The Memos MCP Server provides the following tools:
- search_memos: Allows users to search for memos using specific keywords.
- create_memo: Enables the creation of new memos with ease.

Configuration

To configure the Memos MCP Server, you need to set the following environment variables:
- MEMOS_URL: The URL of your Memos instance.
- MEMOS_API_KEY: Your API key for accessing Memos.
- DEFAULT_TAG: A default tag to be applied to memos.

Example configuration:

{
    "mcpServers": [
        "memos": {
            "command": "uvx",
            "args": [
                "memos-mcp-server"
            ],
            "env": {
                "MEMOS_URL": "https://memos.example.com",
                "MEMOS_API_KEY": "your_api_key",
                "DEFAULT_TAG": "#mcp"
            }
        }
    ]
}

Usage

Installing via Smithery

To install the Memos MCP Server for Claude Desktop automatically using Smithery, run the following command:

npx -y @smithery/cli install @LeslieLeung/mcp-server-memos --client claude

About

The Memos MCP Server is designed to enhance the functionality of Memos by leveraging the power of the Model Context Protocol. It provides advanced search and memo creation capabilities, making it a valuable tool for users of Memos.

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

0 forks

Contributors

Languages

Features & Capabilities

Categories
mcp_server model_context_protocol python docker memos api_integration smithery

Implementation Details

Stats

0 Views
6 GitHub Stars

Repository Info

LeslieLeung Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300