Back to search
100
MCP live v1.0.0 streamable-http

io.github.NitroRCr/gread

io.github.NitroRCr/gread

An MCP server that gives your AI access to the source code and docs of all public github repos

Uptime
100.0%
2 probes
Response
114ms
last probe
Tools
5
callable

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.

Similar MCP servers embedding-nearest

io.github.nitrorcr/gread
An MCP server that gives your AI access to the source code and docs of all public github repos
0 tools · streamable-http
io.github.dave-london/search
MCP server for code search (ripgrep + fd) with structured, token-efficient output
0 tools
io.github.davidweb3-ctrl/github
GitHub MCP Server - List PRs, issues, repo info, and search code
0 tools
io.github.Dave-London/search
MCP server for code search (ripgrep + fd) with structured, token-efficient output
0 tools
io.github.zoharbabin/google-researcher
MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants
0 tools
gh-find-code-mcp
An MCP server to find code on GitHub via gh search repos
0 tools

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"
    }
  }
}