
Gread
Let your agent read public GitHub source and docs for any repo while you evaluate libraries, patterns, and competitors.
Overview
Gread is an Idea-phase MCP server that gives coding agents read access to source code and docs from public GitHub repositories via a remote HTTP endpoint.
What is this MCP server?
- Remote streamable-http MCP at https://api.gread.dev/mcp (no local PyPI clone required for remote use)
- Access source code and documentation from public GitHub repositories via agent tools
- Server manifest version 1.0.0 with MCP schema 2025-12-11
- Hosted remote endpoint—configure URL in the client instead of maintaining a long-lived local server process
- Remote URL: https://api.gread.dev/mcp (type streamable-http)
- Published server version 1.0.0; MCP schema 2025-12-11
Community signal: 54 GitHub stars.
What problem does it solve?
Jumping between GitHub tabs and paste-heavy context burns time when you only need to understand how public code really works.
Who is it for?
Solo builders researching OSS options, API patterns, and competitor implementations on public GitHub.
Skip if: Private org repos, write operations, or teams that require air-gapped code review without a third-party remote service.
What do I get? / Deliverables
After you add the remote MCP URL, the agent can fetch public repo source and documentation inside the session for faster research and scoping.
- In-agent retrieval of public GitHub source files and documentation
- Faster competitor and dependency research without manual clone loops
Recommended MCP Servers
Journey fit
Canonical shelf is Idea because the primary win is discovery—pulling real upstream code and READMEs before you commit to a stack. Research fits open-ended repo reading across the public GitHub corpus without cloning everything locally.
How it compares
Remote GitHub reader MCP, not RAG over your private docs or a security monitor.
Common Questions / FAQ
Who is gread for?
Developers using MCP agents who need quick, in-session access to public GitHub code and documentation.
When should I use gread?
Use it while researching libraries, validating scope against real upstream source, or documenting integrations during early build.
How do I add gread to my agent?
Register the remote MCP server URL https://api.gread.dev/mcp with streamable-http transport in your MCP client’s server config.