Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Bookmarks Lifecycle
B
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:59:21 PM

Bookmarks Lifecycle

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "bookmarks-lifecycle": {
      "command": "npx",
      "args": [
        "-y",
        "bookmarks-lifecycle"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (7) Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Capabilities & Tool Schemas (7) ~148 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Bookmarks Lifecycle.

intake

Scan bookmark sources, merge new ones into `inbox`, reconcile ones that moved or disappeared

today

The `pending` layer right now, oldest first β€” your daily entry point

decide

Judge one or more items: `keep` / `watch` / `drop

list_layer

See any single layer, paginated (default 50/page), including `lapsed` ("what did I let go of")

restore

Bring a `lapsed` item back to `pending`, clock reset

undo

Revert an item to what it was right before one of its own history events β€” works for `kept`/`watching` too, not just `lapsed

Documentation Overview

bookmarks-lifecycle

Give your saved bookmarks a lifecycle.

Saving is easy. Almost nothing you save ever gets decided about β€” it just accumulates. This is a local MCP server that puts every bookmark on a clock: 24 hours to decide, or 30 days to keep watching, or keep it for good. Nothing is ever deleted β€” a bookmark that times out without a decision just leaves your attention, not your disk, and every change (including ones an AI made) can be undone.

Code
Aggregates via bookmarks-mcp. Writes only its own local state file, atomically. No accounts, no cloud, no network calls.

The model

Five states:

StateMeaningCounts down?
inboxAggregated, not yet up for a decisionno
pendingThe 24-hour layer β€” today's actual to-do listyes
watchingThe 30-day layer β€” "give it more time"yes
keptDecided: keep this for goodno
lapsedTimed out or let go β€” fully recoverable, never deletedno
Code
aggregate β†’ inbox
              β”‚ drip (up to N/day, oldest first)
              β–Ό
           pending ──you decide──→ watching / kept / lapsed
              β”‚
              └──24h, no decision────────────→ lapsed
                                                  β–²
           watching ──30d, no decisionβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
              └──you decide──→ kept

lapsed ──restore──→ pending (clock resets)
any state ──undo (by history event)──→ whatever it was right before that event

From pending you can go to any of the three outcomes. From watching, a decision can only be keep β€” that matches the model above; to back out of a watch or a drop, use undo rather than re-deciding an item that's already moved on.

Bookmarks don't all land in pending the moment you aggregate them β€” a one-time import of 3,000 old bookmarks would otherwise all time out on the same day and the mechanism would mean nothing. They drip in at a daily rate instead (default 15/day, oldest first β€” by real save date when the source provides one). This is computed lazily whenever you call a tool, not by a background timer, and it does not accumulate across a long absence: however many days you've been away, one call promotes at most one day's quota. A 3,000-bookmark backlog at 15/day realistically takes months of daily visits to clear β€” that's an honest tradeoff of "no reminders, nothing runs unless you ask", not a claim that this replaces a habit-forming app.

Install

No account, no API key, no configuration β€” it works the moment it's installed.

Claude Code:

Terminal
claude mcp add -s user bookmarks-lifecycle -- npx -y bookmarks-lifecycle

Claude Desktop / Cursor / any MCP client (mcpServers JSON):

config.json
{
  "mcpServers": {
    "bookmarks-lifecycle": {
      "command": "npx",
      "args": ["-y", "bookmarks-lifecycle"]
    }
  }
}

To run from source instead (for development), clone parse-bookmarks, bookmarks-mcp, and this repo as sibling directories, run npm install in bookmarks-mcp and then in bookmarks-lifecycle, and point your client at node /absolute/path/to/bookmarks-lifecycle/src/index.js.

Use -s user. Without it the scope defaults to local, which registers the server only for the directory you ran the command in β€” you'd have to be inside that folder for your assistant to see it. Your bookmarks have nothing to do with which code project you happen to be sitting in, so register it once for your whole account.

Config file locations (for the JSON form above):

  • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
  • Cursor: ~/.cursor/mcp.json (or per-project .cursor/mcp.json)

Verifying it's connected: ask your assistant to call the stats tool, or check your client's MCP/server log β€” a successful initialize handshake and a tools/list containing intake, today, decide, list_layer, restore, undo, stats means it's up.

After changing any environment variable below, fully restart your MCP client's connection to this server (quit/reopen Claude Desktop, or restart the Cursor MCP process) β€” it reads them once at startup.

First run

If you're on macOS and want Safari bookmarks included, the app hosting this server (Claude Desktop, your terminal, Cursor) needs Full Disk Access (System Settings β†’ Privacy & Security β†’ Full Disk Access) β€” ~/Library/Safari is protected. Without it, intake's response will show "sourceStatus": "permission_denied" and a warnings entry explaining exactly that; it will NOT silently look like an empty result. Chromium browsers and Firefox need nothing extra.

Call intake first β€” nothing shows up in today until you do. Then today gives you the day's actual queue. If both intake and today come back completely empty and sourceStatus says "ok", that's an honest "you have no bookmarks in the sources this scanned" β€” check sourceStatus before assuming something's broken:

sourceStatusMeaning
no_sourcesNo supported browser was even detected on this machine
permission_deniedAt least one source failed to read (commonly Safari without Full Disk Access)
emptyEvery source scanned successfully and genuinely has 0 bookmarks
okScanned successfully and found something

no_sources even though you can see bookmarks in your browser? This detects Chromium browsers (Chrome, Edge, Brave, Arc, Vivaldi, Chromium) only in their standard per-OS install locations. If your browser uses a custom profile or data directory (a separate work profile, a portable install, a renamed user data folder, …), it won't be found automatically:

  1. Open chrome://version in that browser (edge://version, brave://version, etc. β€” the same page exists in every Chromium browser) and copy the value next to Profile Path.
  2. In your MCP client's config for this server, add an environment variable CHROMIUM_BOOKMARKS_PATH set to that path with /Bookmarks appended, e.g. "/Users/you/Library/Application Support/BraveSoftware/Brave-Browser/Custom/Bookmarks". Comma-separate multiple paths if you have more than one profile to include.
  3. Fully restart the MCP client's connection to this server (see Configuration below).

This doesn't apply to Safari β€” see the Full Disk Access note above instead.

Talking to it

You never call these tools yourself β€” your assistant does. You just talk. If you'd rather be walked through it, run the clean_up_my_bookmarks prompt once (in Claude Code: /mcp; in Claude Desktop: the prompts menu) and it will set you up and do one round with you.

Otherwise, plain sentences are enough:

Say something likeWhat happens
"Pull in my browser bookmarks"intake β€” scans your browsers, adds new URLs to the inbox
"What should I look at today?"today β€” the day's queue, oldest first, up to the daily quota
"Keep the first one, drop the last two"decide β€” after you've confirmed, not before
"Actually, undo that"undo β€” reverses any decision, including "keep"
"What did I let go of?"list_layer on lapsed β€” everything is still there
"Bring that one back"restore β€” returns it to the queue with a fresh clock
"How much is left?"stats β€” counts per layer and what's still waiting in inbox

Two things worth knowing on day one:

  • Nothing reminds you. There is no background process and no notification. The queue only moves when you ask β€” which also means it can never surprise you.
  • An empty result explains itself. Every response carries a nextStep telling your assistant what to suggest, so "0 items" never has to be guessed at: it will say whether you simply haven't scanned yet, whether today's batch is done, or whether a source failed to read.

Tools

ToolWhat it does
intakeScan bookmark sources, merge new ones into inbox, reconcile ones that moved or disappeared
todayThe pending layer right now, oldest first β€” your daily entry point
decideJudge one or more items: keep / watch / drop
list_layerSee any single layer, paginated (default 50/page), including lapsed ("what did I let go of")
restoreBring a lapsed item back to pending, clock reset
undoRevert an item to what it was right before one of its own history events β€” works for kept/watching too, not just lapsed
statsCounts per layer, today's decision count, how much is waiting in inbox

Every read tool (today/list_layer/stats) may still write to disk on the call you make: expiry and drip are computed lazily, so even "just looking" can move items between layers as a side effect. It only writes when something actually changed β€” a call that finds nothing due and nothing to drip touches nothing.

Plus two prompts:

PromptWhen
clean_up_my_bookmarksFirst time. Explains the decision-clock mechanism, runs intake, and does one small triage round with you.
daily_triageEvery day after that. today β†’ a suggestion per item β†’ waits for your confirmation β†’ applies it.

Both intake and today also return a nextStep object (code + why) so your assistant knows what to suggest next instead of inferring it from an empty list. It is operational guidance only β€” never promotion.

Honesty about authorization

This server cannot verify that a tool call attributed to "user" actually came from you confirming something. Every parameter it receives β€” including actorClaim: "user" β€” comes from the AI, over the same channel as everything else. There is no separate, trusted channel this code can check. An earlier version of this README claimed "AI can't act without your say-so" as a server-enforced guarantee; that was tested and shown to be false β€” an AI that simply omits the field, or claims "user", goes through unchallenged. We're not going to repeat that claim.

What's actually true:

  • Whether an AI needs your click-through before it can call a mutating tool depends on your MCP client's own tool-approval settings β€” Claude Desktop and Cursor both have per-tool or per-session approval prompts. That's the real gate, and it lives in your client, not in this server.
  • actorClaim: "ai" is rejected unless you've explicitly set BOOKMARKS_LIFECYCLE_AUTO_DECIDE=true β€” but a caller can just omit the field (recorded as "mcp-client") or claim "user" instead, so don't treat this as a security boundary either.
  • What this server actually guarantees is reversibility. Every mutation β€” including ones made under autoDecide, including expiry, including drip β€” is undoable. restore reverses lapsed β†’ pending. undo reverses any state change, including kept and watching, by history event, with a preview mode to check first. If an AI does something you didn't want, the fix is undo, not a promise that it couldn't have happened.
  • history records by: "user" | "ai" | "mcp-client" | "drip" | "expiry" | "system" on every change. The first two are claims, not verified identity β€” treat them as a hint for your own review, not evidence.

Configuration

All via environment variables in your MCP client config β€” none require touching this package's code. Restart your MCP client's connection after changing any of these.

VariableDefaultWhat
BOOKMARKS_LIFECYCLE_PENDING_HOURS24Hours in the pending layer before an undecided item lapses
BOOKMARKS_LIFECYCLE_WATCHING_DAYS30Days in the watching layer before an undecided item lapses
BOOKMARKS_LIFECYCLE_DRIP_PER_DAY15Max inbox items promoted to pending per day (never accumulates across a gap)
BOOKMARKS_LIFECYCLE_AUTO_DECIDEfalseWhether decide/restore/undo calls claiming actorClaim: "ai" are allowed through (see Honesty about authorization β€” this is not a security guarantee)
BOOKMARKS_LIFECYCLE_STATE_DIR~/.bookmarks-lifecycleWhere state.json (and its lock/backup files) live

What gets stored

One file: ~/.bookmarks-lifecycle/state.json. Plain JSON, human-readable. Writes are atomic (temp file β†’ fsync β†’ rename, never a partial write left behind mid-crash) and the previous generation is kept as state.json.bak before each overwrite.

Per bookmark: id, url, title, the browser source(s) it's known from (a URL saved in two browsers keeps both), when it was actually added according to the browser (addedAt, used for oldest-first ordering β€” null if the source didn't provide one, never fabricated), current lifecycle state, when it entered that state, a full history of every transition (each with a stable eventId, when, who/what did it, and an optional note), and a sourceGone flag for bookmarks no longer found in any source that was successfully re-scanned (their record stays β€” nothing here is ever auto-deleted; a source that merely failed to read never counts as evidence something's gone).

Only identifiers and your own judgments are stored β€” never the page content itself. The file has an internal version; if a future version of this tool writes a shape this version doesn't understand, this version refuses to touch the file rather than guess.

Concurrent access: if two MCP clients (say, Claude Desktop and Cursor) run this server against the same state file at once, a lock file (state.json.lock) serializes them β€” the second one waits briefly rather than silently overwriting the first one's changes.

Time zone

stats's "today" (for decidedToday) uses the local calendar day on the machine running this server. Because this server only ever runs on your own machine (it reads local browser files directly β€” there's no remote/hosted deployment of it), that's the same clock you're living by, so this is intentional, not a bug to fix. The 24h/30d layer durations are strict elapsed-time windows, not calendar-day counts β€” a daylight-saving transition shifts wall-clock time without changing how long 24 hours actually is.

Guarantees

  • Never touches a browser bookmark file. Reading is entirely delegated to bookmarks-mcp, which is itself read-only. The only files this package ever writes are its own state.json, state.json.bak, and a transient lock file.
  • No lifecycle record is ever deleted, and every state change is reversible β€” see Honesty about authorization for exactly what that does and doesn't protect against.
  • No network calls, no telemetry, no accounts.

Design boundaries

  • No background process, no cron, no push notifications. Everything here is computed lazily, the instant you call a tool β€” that's what makes "no daemon" possible. The honest tradeoff: if you don't come ask, the queue just quietly lapses. Nobody reminds you.
  • No UI. This stays an MCP tool, not an app.
  • Bring your own AI. This server does no inference and charges nothing β€” the AI judging your bookmarks is whatever you've already connected it to. What this project provides is the state machine and the prompt, not a model.

Who makes this

Built by the team behind Burn 451 β€” the 24h / 30-day mechanic here is modeled on Burn's. The difference: this tool only runs when you ask it to, right where you're already working. If you want the same idea running automatically, reminding you daily, and reachable from your phone, that's what Burn is β€” this project stays useful on its own either way.

License

MIT

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’
  • Globalping Mcp Server logoGlobalping Mcp Server

    The Globalping MCP server provides users and LLMs access to run network tools like ping, traceroute, mtr, HTTP and DNS resolve from thousands of locations around the world.

    πŸ’» Developer Tools2 views
    Compare vs Globalping Mcp Server β†’

Frequently Asked Questions about Bookmarks Lifecycle

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "bookmarks-lifecycle": { "command": "npx", "args": ["-y", "bookmarks-lifecycle"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBookmarks Lifecycle AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bookmarks-lifecycle?style=directory)](https://allmcps.com/mcp/bookmarks-lifecycle)
HTML Embed
<a href="https://allmcps.com/mcp/bookmarks-lifecycle"><img src="https://allmcps.com/api/badge/bookmarks-lifecycle?style=directory" alt="Bookmarks Lifecycle on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
5/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 6, 2026
52Quality signal: Good Β· 52/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Bookmarks Lifecycle β†’Install in Claude DesktopInstall in CursorInstall in VS Code