Tells you how you and your Claude agent actually work together. Local-only, no API keys.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Your AI agent works for you โ but how well do you work together?
Dear User is an open-source tool that audits your Claude Code setup and tells you exactly what to fix. It scores your collaboration, finds leaked secrets and config conflicts, and checks system health โ all locally, nothing uploaded unless you explicitly share your Wrapped card.
claude mcp add --scope user dearuser -- npx -y @poisedhq/dearuser-mcp@latestThen ask Claude: "Analyze my collaboration with Claude"
Landing: dearuser.ai ยท Feedback: use the feedback tool in Claude, or open an issue
Dear User is an MCP server (Model Context Protocol โ the plugin system Claude Code and Claude Desktop use). Once installed, it shows up as a set of tools your agent can call. No GUI, no sign-up, no cloud account.
Three local reports, one shareable Wrapped card, one feedback channel:
| Tool | What it does | Example prompt |
|---|---|---|
collab | Full collaboration report โ persona, 0-100 score, friction patterns, specific recommendations | "How good is my Claude setup?" |
security | Leaked secrets, prompt-injection surfaces, rule conflicts in your agent contract (CLAUDE.md or AGENTS.md) | "Check my config for leaked API keys" |
health | Structural coherence โ orphan scheduled tasks, overlapping skills, dead hooks | "Is anything broken in my setup?" |
wrapped | Spotify-style shareable stats card โ scores + counts + persona. Opt-in public URL via share_report. | "Give me my Dear User Wrapped" |
feedback | Send a note to the Dear User inbox | "Send feedback: the health report could be shorter" |
Plus helpers: onboard (7-step guided setup), history (trend without re-scanning), help (menu), implement_recommendation, dismiss_recommendation, share_report (Wrapped-only upload).
wrapped, then share_report to get a dearuser.ai/r/<token> URL for your stats card. Anonymized before upload (paths collapsed to basenames, emails stripped, secrets redacted). Collab/security/health reports stay local โ findings can carry business context that isn't safe to auto-share.research/calibration/ for both studies.One command per client. Full guide: docs/install.md.
Claude Code (CLI)
Restart Claude Code afterwards so the tools appear.
Claude Desktop โ add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Cursor, Windsurf, Cline, Zed โ see docs/install.md.
Optional: install the slash commands (see Commands for the full list) so you can type /dearuser-collab instead of asking in prose:
After installing, restart your client and try these in order:
Baseline scan:
You'll get a persona (Vibe Coder / Senior Developer / Indie Hacker / Venture Studio / Team Lead), a 0-100 score across 7 categories, and 3-10 concrete recommendations.
Security sweep:
Checks your agent contract (CLAUDE.md or AGENTS.md), memory, skills and hooks for leaked tokens, injection surfaces and rule conflicts.
Share the result (optional):
Returns a dearuser.ai/r/<token> link. Anonymized before upload. You choose whether to paste it anywhere.
Example output from collab:
Eight slash commands ship with Dear User. Ask your agent by name, or type the slash command if you installed them with dearuser-install-skills.
| Command | What it does |
|---|---|
/dearuser-collab | Collaboration analysis โ persona, 0-100 score across 7 categories, prioritized recommendations. |
/dearuser-health | System health โ orphan jobs, overlap, stale schedules, missing MCP registrations, reconciliation gaps. |
/dearuser-security | Secret scan, prompt-injection surfaces, and rule conflicts in your agent contract. |
/dearuser-wrapped | Shareable collaboration stats in a Spotify-Wrapped style card. |
/dearuser-onboard | Conversational 7-step setup for first-time users. |
/dearuser-history | Show your last reports, score trend over time, or what changed since the last run โ no re-scan. |
/dearuser-feedback | Send a short note (bug, request, reaction) to the Dear User founders. |
/dearuser-help | Show what Dear User can do and list every tool. |
Three in-chat actions the agent can call for you: share_report (upload a Wrapped card to dearuser.ai/r/<token>), implement_recommendation (apply a pending recommendation), dismiss_recommendation (mark one irrelevant).
Dear User is local-first. Your scans stay on your machine:
~/.dearuser/dearuser.db (SQLite, WAL mode)The only exceptions are things you explicitly trigger:
share_report (Wrapped only) โ your Wrapped card is anonymized (paths collapsed, emails stripped, anything matching our secret patterns redacted) and uploaded to dearuser.ai so you can share a URL. Your local DB is not modified. You can set an expires_at to auto-expire the link. Collab/security/health reports are NOT shareable โ findings can carry business context (project names, client names, architecture notes) we don't think should live on a public URL.feedback โ when you call the feedback tool, your message goes to our Supabase inbox. That's the whole point of the tool. We don't attach your scans or files โ only the text you write.No other tool transmits anything. If share_report isn't configured with DEARUSER_SUPABASE_URL + DEARUSER_SUPABASE_SERVICE_KEY, it errors out cleanly and the rest of Dear User keeps working.
Full privacy details: docs/privacy.md.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dear-user)<a href="https://allmcps.com/mcp/dear-user"><img src="https://allmcps.com/api/badge/dear-user?style=directory" alt="Dear User on AllMCPs" /></a>