Gread
Gives your AI access to the source code of all public github repos.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add nitrofire-q/gread
# Browse available tools
npx -y smithery tool list nitrofire-q/gread
# Get full schema for a tool
npx -y smithery tool get nitrofire-q/gread search_repos
# Call a tool
npx -y smithery tool call nitrofire-q/gread search_repos '{}'Direct MCP Connection
Endpoint: https://gread--nitrofire-q.run.tools
Tools (5)
search_repos— Search for GitHub repositories by name, description, or topic keywords using the GitHub Search API.view_repo— View repository basic information and its directory structure. Includes corresponding documentation repo if available.list_tree— List the directory tree of a specific path in a repository with customizable depth and traversal limits.read_code— Retrieve the raw source code of specified files from within a known repository.search_code— Perform a fast git grep inside the repository, allowing regex matching by default or substring search.
# Get full input/output schema for a tool
npx -y smithery tool get nitrofire-q/gread