Skip to content
Grok

better bear for Grok

io.github.mreider/better-bear

MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit

client:Grok transport:stdio runtime:npm

Install better bear in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "better-bear": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "better-bear"
      ]
    }
  }
}

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

better bear in other clients