Skip to content
Grok

bookmarks lifecycle for Grok

io.github.fisher521/bookmarks-lifecycle

Bookmarks on a decision clock: 24 hours to decide, 30 days to watch, or keep. Never deletes.

client:Grok transport:stdio runtime:npm

Install bookmarks lifecycle in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "bookmarks-lifecycle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bookmarks-lifecycle"
      ]
    }
  }
}

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

bookmarks lifecycle in other clients