Back to Browse

Gread MCP Server

Developer ToolsLow Risk8.3MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://api.gread.dev/mcp

Security Report

8.3
Low Risk8.3Low Risk

Valid MCP server (2 strong, 1 medium validity signals). 4 known CVEs in dependencies Imported from the Official MCP Registry.

5 tools verified · Open access · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

database

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-nitrorcr-gread": {
      "url": "https://api.gread.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!

Gread MCP Server - An MCP server that gives your AI access to the source code | MCP Marketplace