GitHubスター
18
ユーザー評価
未評価
お気に入り
0
閲覧数
85
フォーク
5
イシュー
2
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
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