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
{
"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