Gread
Rank #789io.github.NitroRCr/gread
An MCP server that gives your AI access to the source code and docs of all public github repos
Gread is a Model Context Protocol (MCP) server published by nitrorcr. It ranks #789 of 115,591 servers tracked on MCP Toplist, and its repository has 60 GitHub stars. Gread is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 1 tracked version. It was first listed on May 8, 2026 and most recently updated on May 10, 2026.
Ranks ahead of 114,802 of 115,591 servers on MCP Toplist.
Use Gread
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http gread https://api.gread.dev/mcp[mcp_servers.gread]
url = "https://api.gread.dev/mcp"Add to ~/.codex/config.toml.
https://api.gread.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"gread": {
"url": "https://api.gread.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gread": {
"type": "http",
"url": "https://api.gread.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gread": {
"serverUrl": "https://api.gread.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gread": {
"url": "https://api.gread.dev/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.NitroRCr%2Fgread)<a href="https://mcptoplist.com/server/io.github.NitroRCr%2Fgread"><img src="https://mcptoplist.com/badge/io.github.NitroRCr%2Fgread.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
nitrorcr
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 10, 2026 |
Frequently asked questions
- Who maintains Gread?
- Gread is maintained by nitrorcr, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Gread listed on the Official MCP Registry?
- Yes — Gread is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Gread have?
- MCP Toplist tracks 1 version of Gread, most recently published on May 10, 2026.
- Where can I find the source code for Gread?
- The source code for Gread is hosted at github.com/nitrorcr/gread.