Skip to content
Grok

dear agent for Grok

io.github.bitmapasset/dear-agent

Your AI agent keeps your diary for you. Local-first, private, works in any agent.

client:Grok transport:stdio runtime:npm

Install dear agent in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dear-agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dear-agent"
      ],
      "env": {
        "DEAR_AGENT_DIR": "<DEAR_AGENT_DIR>"
      }
    }
  }
}

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 agent in other clients