PluginBench
MCP Server
Active
MIT

io.github.Fisher521/bookmarks-lifecycle MCP Server

io.github.Fisher521/bookmarks-lifecycle

What is the io.github.Fisher521/bookmarks-lifecycle MCP server?

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

How to install io.github.Fisher521/bookmarks-lifecycle

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bookmarks-lifecycle": {
      "command": "npx",
      "args": [
        "-y",
        "bookmarks-lifecycle"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bookmarks-lifecycle": {
      "command": "npx",
      "args": [
        "-y",
        "bookmarks-lifecycle"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bookmarks-lifecycle": {
      "command": "npx",
      "args": [
        "-y",
        "bookmarks-lifecycle"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bookmarks-lifecycle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bookmarks-lifecycle"
      ]
    }
  }
}
Claude Code
claude mcp add bookmarks-lifecycle -- npx -y bookmarks-lifecycle

Related MCP servers

AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more.

1
JavaScript
MIT
View repository →

Read-only MCP server for browser bookmarks: Chrome, Safari, Firefox, and read-later exports.

0
JavaScript
MIT
View repository →