Get include folders from clangd

I use clangd and telescope in c++ development.

I would like to set up a telescope file fuzzy search that searches through not only the files in my project but also the include folders from 3rd party libraries that the project uses. I do have a “compile_commands.json” that clangd read and gets the include folders from. Is there a way to get these include folders from clangd?