Dear User for Cursor
io.github.bleedmode/dearuser
Tells you how you and your Claude agent actually work together. Local-only, no API keys.
client:Cursor
transport:stdio
runtime:npm
Install Dear User in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dearuser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@poisedhq/dearuser-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs