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