
Memos MCP Server
A MCP(Model Context Protocol) server for Memos.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest 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
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this 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}"
}
}
}
}
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"
}
}
]
}
Related topics:
Details:
Stars
12Forks
2Last commit
3 months agoRepository age
3 months
Auto-fetched from GitHub .
MCP servers similar to Memos MCP Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit