This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product upvotes vs the next 3

Waiting for data. Loading

Product comments vs the next 3

Waiting for data. Loading

Product upvote speed vs the next 3

Waiting for data. Loading

Product upvotes and comments

Waiting for data. Loading

Product vs the next 3

Loading

Gread

Give AI access to source code and docs of all github repos

A skill / MCP that gives your AI access to the source code of all public github repos. - Plug and Play: Compatible with all popular coding agents and MCP clients, ready to use out of the box - Skill and MCP: Both Skill and MCP are provided, connect with either option - Efficient Access: Provides a variety of tools to enable AI to read on demand. - Docs Integration: Automatically recognizes docs repo and provides them along with the main repo when accessed - 100% Free & Open Source

Top comment

When writing code, you often need to provide AI with the latest documentation for libraries. Otherwise, the AI will use outdated API versions. This is especially true for niche libraries, which can lead to hallucinations. However, manually pasting documents every time is too troublesome and not flexible enough. Additionally, when asking AI about the underlying implementation of open-source projects, it needs to read the source code before answering.

I have also tried to find existing tools, but none were satisfactory. So, I spent three days writing this tool and packaged it as a Skill / MCP:

  • Allows AI to access the source code of all GitHub open-source libraries

  • Provides tools for searching repositories, listing directory trees, searching code, and reading code, allowing AI to access them flexibly as needed

  • When the server indexes a repository, it automatically identifies the corresponding documentation library and provides it when accessing the main repository (meaning the AI can see it even if the documentation is in another repository)

  • Completely open-source and free to use

For coding agents like OpenCode, Codex, Cursor, Copilot, etc., just run the following command to add the Skill:

npx skills add https://github.com/NitroRCr/gread --skill gread

For MCP clients like AI chat applications, you can install it via MCP:

https://api.gread.dev/mcp

JSON configuration reference:

{
  "mcpServers": {
    "gread": {
      "type": "streamableHttp",
      "url": "https://api.gread.dev/mcp"
    }
  }
}

More information can be found at:

Alternatively, you can directly add the Skill / MCP and ask the AI for more details!

About Gread on Product Hunt

Give AI access to source code and docs of all github repos

Gread was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #138 on the daily leaderboard. A skill / MCP that gives your AI access to the source code of all public github repos. - Plug and Play: Compatible with all popular coding agents and MCP clients, ready to use out of the box - Skill and MCP: Both Skill and MCP are provided, connect with either option - Efficient Access: Provides a variety of tools to enable AI to read on demand. - Docs Integration: Automatically recognizes docs repo and provides them along with the main repo when accessed - 100% Free & Open Source

On the analytics side, Gread competes within Productivity, GitHub and Development — topics that collectively have 699.2k followers on Product Hunt. The dashboard above tracks how Gread performed against the three products that launched closest to it on the same day.

Who hunted Gread?

Gread was hunted by Krytro. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

For a complete overview of Gread including community comment highlights and product details, visit the product overview.