如何在 Claude 桌面端中通过 reminds 记录闪念?

1. 获取 API 密钥

在 reminds 的设置 => 安全 => 开发者 => 安全密钥 中生成 API 密钥。

2. 编辑配置文件

打开 Claude Desktop 配置文件:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

添加配置:

{
  "mcpServers": {
    "reminds-mcp": {
      "command": "npx",
      "args": ["-y", "reminds-mcp"],
      "env": {
        "API_KEY": "你的API密钥"
      }
    }
  }
}

3. 重启 Claude Desktop

配置成功标志:

在与 Claude 聊天中使用: