io.github.NitroRCr/gread
io.github.NitroRCr/greadAn MCP server that gives your AI access to the source code and docs of all public github repos
Tools · 5
Search for GitHub repositories by name, description, or topic keywords using the GitHub Search API.
View repository basic information and its directory structure. Includes corresponding documentation repo if available.
List the directory tree of a specific path in a repository with customizable depth and traversal limits.
Retrieve the raw source code of specified files from within a known repository.
Perform a fast git grep inside the repository, allowing regex matching by default or substring search.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.nitrorcr/gread": {
"url": "https://api.gread.dev/mcp",
"transport": "streamable-http"
}
}
}