Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"linkding": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-linkding"
]
}
}
}