Ask HN: What could I build to make your life a little easier?
9 points by uint9_t 1d ago 10 comments
Ask HN: What is the state of support for mutable torrents?
5 points by absurdistan 3d ago 1 comments
Show HN: MCP that adds RAG for private repos
2 wwdmaxwell 0 7/20/2025, 1:41:44 PM
I know there’s a bunch of these tools already out there for public sources of info. I built this tool because I was getting frustrated by having to clone repos of libraries/APIs I'm using to be able to add them as context to the Cursor IDE (so that Cursor could use the most recent patterns). I would've preferred to just proxy GitHub search, but that seems to be limited to public repos via Copilot chat, and not available via graphql. This repo hosts a remote MCP server to facilitate a RAG query against an indexed GitHub repo. Indexing is performed via Cloudflare workflows, I’ve included info for how to deploy this in your own instance as I think having remotely accessible embeddings can be very useful for an organization.
[readme](https://github.com/edelauna/github-semantic-search-mcp/tree/...)
No comments yet