MCP.so
Sign In

Dear User

@bleedmode

About Dear User

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)

Basic information

Category

AI & Agents

Transports

stdio

Publisher

bleedmode

Submitted by

bleedmode

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "dearuser": {
      "command": "npx",
      "args": [
        "-y",
        "@poisedhq/dearuser-mcp@latest"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Dear User?

Dear User is an open-source MCP server that audits your Claude Code setup — scoring your collaboration, detecting leaked secrets and config conflicts, and checking system health — all locally with nothing uploaded unless you explicitly share your Wrapped card.

How to use Dear User?

Install with one command (claude mcp add dearuser -- npx @poisedhq/dearuser-mcp), then ask your agent "Analyze my collaboration with Claude" or use slash commands like /dearuser-collab. After installation, start with a baseline scan, then a security sweep, and optionally share a Wrapped card.

Key features of Dear User

  • Full collaboration report with persona detection and 0–100 score
  • Secret scanner covering 12 categories (API keys, tokens, etc.)
  • Health check for orphan tasks, overlapping skills, dead hooks
  • Semantic conflict detection for contradictory agent rules
  • Shareable Wrapped stats card (anonymized, opt-in upload)
  • Feedback loop that tracks which recommendations you implemented

Use cases of Dear User

  • Vibe coders wanting to know if their Claude setup is actually working
  • Senior developers auditing for leaked secrets, config drift, and rule conflicts
  • Indie hackers surfacing orphaned hooks, skills, and contradicting memory
  • Team leads running local audits of shared agent setups without sharing business context

FAQ from Dear User

What does Dear User do that's different from other MCP servers?

Dear User specifically audits your Claude Code environment — it scores your collaboration, detects leaked secrets and rule conflicts, and checks system health — all without uploading your data or requiring sign-up.

What are the runtime requirements?

No sign-up, no cloud account, no API keys. Dear User runs locally via npx and stores data in a local SQLite database at ~/.dearuser/dearuser.db.

Where does my data go?

All scans stay on your machine. The only exceptions are the optional share_report (Wrapped card only, anonymized) and feedback (only the text you write sent to our Supabase inbox). No other tool transmits anything.

Does Dear User read my conversation history?

It reads session metadata only (counts, lengths) — never your actual conversation content.

Comments

More AI & Agents MCP servers