Tells you how you and your Claude agent actually work together. Reads your CLAUDE.md, hooks, skills, memory, and scheduled tasks — then writes you a letter. Three core tools: collab (collaboration scoring + lint), security (secrets scan, prompt-injection surfaces, rule conflicts), and health (orphan jobs, overlap, structural drift). Local-only — no API keys, no data leaves your machine. Source: github.com/bleedmode/dearuser
Server Config
{
"mcpServers": {
"dearuser": {
"command": "npx",
"args": [
"-y",
"@poisedhq/dearuser-mcp@latest"
]
}
}
}