← Back to browse

dear-agent

Indexed by io.github.BitmapAsset

About

Your AI agent keeps your diary for you. Local-first, private, works in any agent.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDEAR_AGENT_DIR
Claude Code
claude mcp add --env DEAR_AGENT_DIR= dear-agent -- npx dear-agent
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"dear-agent","command":"npx","args":["dear-agent"],"env":{"DEAR_AGENT_DIR":""}}'
JSON
{
  "mcpServers": {
    "dear-agent": {
      "command": "npx",
      "args": [
        "dear-agent"
      ],
      "env": {
        "DEAR_AGENT_DIR": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.