Automatically maintains a personal journal on behalf of an AI agent, storing text, photos, and voice notes as plain markdown files locally. Enables agents to add entries, recall memories, and reflect …
| Tool name | Description | Destructive? |
|---|---|---|
| add_entry | ✓ no | |
| add_photo | ✓ no | |
| add_voice_note | ✓ no | |
| get_day | ✓ no | |
| get_range | ✓ no |
| search | ✓ no | |
| on_this_day | ✓ no | |
| weekly_digest | ✓ no | |
| list_days | ✓ no | |
| recall | ✓ no | |
| reflect | ✓ no |
{
"mcpServers": {
"dear-agent": {
"command": "npx",
"args": [
"-y",
"dear-agent"
]
}
}
}