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-lifecycleRelated MCP servers
io.github.Fisher521/burn-mcp-server
Maintained
AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more.
1
View repository →JavaScript
MIT
Read-only MCP server for browser bookmarks: Chrome, Safari, Firefox, and read-later exports.
0
View repository →JavaScript
MIT