Gread
Gives your AI access to the source code and docs of all public github repos
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
Serveurs connexes
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Modes MCP Server
An MCP server for programmatically managing Roo's custom operational modes.
Flowise
Integrate with the Flowise API to create predictions and manage chatflows and assistants.
MCP Experiments
An experimental dotnet MCP server that returns the current time, based on Laurent Kempé's tutorial.
Flux ImageGen MCP Server
An MCP server for generating images using the Pollinations AI API.
NestJS MCP Server Module
A NestJS module for building MCP servers to expose tools and resources for AI, with support for multiple transport types.
R.A.P.I.D.
A local MCP server providing powerful code analysis and search capabilities for software projects.
Assay
The firewall for MCP tool calls. Block unsafe calls, audit every decision, replay anything. Deterministic policy enforcement with replayable evidence bundles.
Factifai MCP Server
An MCP server for Factifai, enabling integration with any MCP-compatible AI tool to create and retrieve test results asynchronously.
MCPJam Inspector
A developer tool for testing and debugging MCP servers, supporting STDIO, SSE, and Streamable HTTP protocols.
FastMCP
A fast, Pythonic framework for building MCP servers and clients.