Skip to content
VS Code

Dear User for VS Code

io.github.bleedmode/dearuser

Tells you how you and your Claude agent actually work together. Local-only, no API keys.

client:VS Code transport:stdio runtime:npm

Install Dear User in VS Code

.vscode/mcp.json

{
  "servers": {
    "dearuser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@poisedhq/dearuser-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Dear User in other clients