MCP.so
登录

Dear User

@bleedmode

关于 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)

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

bleedmode

提交者

bleedmode

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

AI 与智能体 分类下的更多 MCP 服务器