Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-server-memos

MCP.Pizza Chef: LeslieLeung

mcp-server-memos is a Model Context Protocol (MCP) server that integrates with Memos, allowing LLMs to search and create memos programmatically. It exposes memo data and functionality through MCP, enabling seamless interaction with memo content in real-time workflows. Installation is streamlined via Smithery, supporting environment configuration for API access and default tagging.

Use This MCP server To

Search memos by keyword within LLM workflows Create new memos directly from natural language commands Integrate memo management into AI-enhanced productivity tools Automate memo retrieval for context-aware responses Sync memo content with other MCP-enabled applications

README

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"
            }
        }
    ]
}

mcp-server-memos FAQ

How do I install mcp-server-memos?
You can install it automatically via Smithery CLI using 'npx -y @smithery/cli install @LeslieLeung/mcp-server-memos --client claude'.
How do I configure mcp-server-memos?
Configure environment variables like MEMOS_URL, MEMOS_API_KEY, and DEFAULT_TAG in your MCP server setup.
What memo operations does mcp-server-memos support?
It supports searching memos by keyword and creating new memos.
Can mcp-server-memos work with different LLM clients?
Yes, it is designed to work with any MCP client, including Claude, GPT-4, and Gemini.
Is mcp-server-memos secure?
Security depends on your MEMOS_API_KEY management and environment setup; MCP principles ensure scoped and observable interactions.
Can I customize the default tag for created memos?
Yes, you can set the DEFAULT_TAG environment variable to customize memo tagging.
Does mcp-server-memos support real-time memo updates?
It supports real-time interaction through MCP, enabling up-to-date memo access during sessions.
Where can I find more information or report issues?
Visit the GitHub repository at https://github.com/usememos/memos or the Smithery page linked in the documentation.