← Browse

@nitrorcr/gread

A skill that gives your agent access to the source code of all public github repos.

mcp_servermcp

Install

agr install @nitrorcr/gread --target claude

This artifact does not publish files for Claude.

Document

{ "name": "gread", "module": "index.ts", "type": "module", "private": true, "devDependencies": { "@eslint/js": "^9", "@types/bun": "^1.3.13", "drizzle-kit": "^1.0.0-rc.2", "eslint": "^9", "globals": "^17.6.0", "jiti": "^2.7.0", "neostandard": "^0.13.0", "typescript-eslint": "^8.59.2", "vitepress": "^2.0.0-alpha.17", "vue": "^3.5.34" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@ai-sdk/openai-compatible": "^2.0.46", "@hono/mcp": "^0.2.5", "@hono/zod-validator": "^0.7.6", "@material/material-color-utilities": "0.3", "@modelcontextprotocol/sdk": "^1.29.0", "ai": "^6.0.175", "drizzle-orm": "^1.0.0-rc.2", "handlebars": "^4.7.9", "hono": "^4.12.17", "hono-rate-limiter": "^0.5.3", "zod": "^4.4.3" }, "scripts": { "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs", "dev": "bun run --hot src/index.ts", "build": "bun build src/index.ts --target bun --minify --sourcemap --outdir ./dist" } }

Repository README

Describes NitroRCr/gread as a whole, which may contain artifacts other than this one. Where this artifact had no useful description of its own, its summary was taken from here.

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: Suitable for coding agents like OpenCode, Codex, Cursor, Copilot, etc.
  • 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, 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

Trust

Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.

Versions

  • git-0a58a51bd7ed2026-08-04