galacoder/mcp-memos
3.2
If you are the rightful owner of mcp-memos and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The memos-mcp-server is a Model Context Protocol server designed for the Memos application, enabling seamless integration and interaction with memos through MCP technology.
Tools
search_memos
Search memos with a keyword.
create_memo
Create a new memo.
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"
}
}
]
}