GitHub Stars
18
User Rating
Not Rated
Favorites
0
Views
77
Forks
5
Issues
2
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
To install mcp-server-memos for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@LeslieLeung/mcp-server-memos):
```
{
"mcpServers": [
"memos": {
"command": "uvx",
"args": [
"memos-mcp-server"
],
"env": {
"MEMOS_URL": "https://memos.example.com",
"MEMOS_API_KEY": "your_api_key",
"DEFAULT_TAG": "#mcp"
}
}
]
}
bash
npx -y @smithery/cli install @LeslieLeung/mcp-server-memos --client claude