AgentStack
MCP unreviewed Apache-2.0 Self-run

Gread

mcp-nitrorcr-gread · by NitroRCr

An MCP server that gives your AI access to the source code and docs of all public github repos

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add mcp-nitrorcr-gread

Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.

Are you the author of Gread? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.

About

Gread

A skill that gives your agent 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
  • Docs Integration: Automatically recognizes docs repo and provides them along with the main repo when accessed

Quick Start

We offer two integration methods, choose either one:

  • [Skill](#Skill): Suitable for coding agents like OpenCode, Codex, Cursor, Copilot, etc.
  • [MCP](#MCP): Suitable for AI chat apps and other MCP clients

Skill

Run the following command to install:

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

MCP

Streamable HTTP URL:

https://api.gread.dev/mcp

JSON configuration reference:

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

More Information

You can visit our Homepage, view [SKILL.md](.agents/skills/gread/SKILL.md), or directly add Gread and ask your Agent for more information!

Development

Install dependencies:

bun install

Dev server:

bun dev

Dev docs:

bun docs:dev

Community Links

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v1.0.0 Imported from the upstream source.