Skip to content
Grok

Dear User for Grok

io.github.bleedmode/dearuser

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

client:Grok transport:stdio runtime:npm

Install Dear User in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Dear User in other clients