Bookmark manager with a native MCP server. Save, tag, and search links — accessible to Claude Code, Cursor, and any MCP-compatible AI agent.
Server Config
{
"mcpServers": {
"keenmarks": {
"type": "http",
"url": "https://api.keenmarks.com/mcp",
"headers": {
"Authorization": "Bearer apk_YOUR_API_KEY"
}
}
}
}