Points directly at public GitHub repositories and streams their source code into your AI context. Connect via streamable HTTP at api.gread.dev/mcp and you get read access to any repo's files without cloning or manual downloads. The server automatically detects and includes documentation repositories when you reference a project, so you're not just getting code but the context around it. Useful when you're exploring unfamiliar codebases, need to reference implementation details from dependencies, or want your AI to understand how a library actually works under the hood. No local setup required since it runs as a remote service.
Public tool metadata for what this MCP can expose to an agent.
search_reposSearch for GitHub repositories by name, description, or topic keywords using the GitHub Search API.1 paramsSearch for GitHub repositories by name, description, or topic keywords using the GitHub Search API.
qstringview_repoView repository basic information and its directory structure. Includes corresponding documentation repo if available.1 paramsView repository basic information and its directory structure. Includes corresponding documentation repo if available.
namestringlist_treeList the directory tree of a specific path in a repository with customizable depth and traversal limits.4 paramsList the directory tree of a specific path in a repository with customizable depth and traversal limits.
namestringmaxDepthnumbermaxPerDirnumbertargetDirstringread_codeRetrieve the raw source code of specified files from within a known repository.2 paramsRetrieve the raw source code of specified files from within a known repository.
namestringpathsarraysearch_codePerform a fast git grep inside the repository, allowing regex matching by default or substring search.7 paramsPerform a fast git grep inside the repository, allowing regex matching by default or substring search.
namestringpathstringquerystringignoreCasebooleancontextLinesnumberfixedStringsbooleanextendedRegexpbooleanA skill that gives your agent access to the source code of all public github repos.
We offer two integration methods, choose either one:
Run the following command to install:
npx skills add https://github.com/NitroRCr/gread --skill gread
Streamable HTTP URL:
https://api.gread.dev/mcp
JSON configuration reference:
{
"mcpServers": {
"gread": {
"type": "streamableHttp",
"url": "https://api.gread.dev/mcp"
}
}
}
You can visit our Homepage, view SKILL.md, or directly add Gread and ask your Agent for more information!
Install dependencies:
bun install
Dev server:
bun dev
Dev docs:
bun docs:dev
ray0907/git-mcp-server
cyanheads/git-mcp-server
io.github.b1ff/atlassian-dc-mcp-bitbucket
io.github.b1ff/atlassian-dc-mcp-jira
com.mcparmory/atlassian-jira
sirlordt/vscode-terminal-mcp