Skip to content
Cursor

dear agent for Cursor

io.github.bitmapasset/dear-agent

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

client:Cursor transport:stdio runtime:npm

Install dear agent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dear-agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dear-agent"
      ],
      "env": {
        "DEAR_AGENT_DIR": "<DEAR_AGENT_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dear agent in other clients