I created a simple MCP server that allows an agent to query the LLVM documentation locally instead of a websearch. It downloads the LLVM documentation locally and uses bleve indexing package to efficiently index the pages. I'll be evolving it for semantic search in future versions.
Link to the repo