Tells you how you and your Claude agent actually work together. Local-only, no API keys.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dearuser": {
"args": [
"@poisedhq/dearuser-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Your AI agent works for you — but how well do you work together?
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@poisedhq/dearuser-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @poisedhq/dearuser-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for io.github.bleedmode/dearuser and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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)
claude mcp add --scope user dearuser -- npx -y @poisedhq/dearuser-mcp@latest
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):
{
"mcpServers": {
"dearuser": {
"command": "npx",
"args": ["@poisedhq/dearuser-mcp"]
}
}
}
Cursor, Windsurf, Cline, Zed — see docs/install.md.
Optional: install the slash c