CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Gread

nitrorcr/gread
545 toolsHTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
search_reposSearch for GitHub repositories by name, description, or topic keywords using the GitHub Search API.1 params

Search for GitHub repositories by name, description, or topic keywords using the GitHub Search API.

Parameters* required
qstring
Keyword to search in repository names, descriptions, or topics
view_repoView repository basic information and its directory structure. Includes corresponding documentation repo if available.1 params

View repository basic information and its directory structure. Includes corresponding documentation repo if available.

Parameters* required
namestring
Full name of the repository (owner/name)
list_treeList the directory tree of a specific path in a repository with customizable depth and traversal limits.4 params

List the directory tree of a specific path in a repository with customizable depth and traversal limits.

Parameters* required
namestring
Full name of the repository (owner/name)
maxDepthnumber
Maximum depth into the directory structure to list.default: 3
maxPerDirnumber
Maximum number of items to display per directory level.default: 40
targetDirstring
Target directory path to inspect. Leaves empty to search from root.default:
read_codeRetrieve the raw source code of specified files from within a known repository.2 params

Retrieve the raw source code of specified files from within a known repository.

Parameters* required
namestring
Full name of the repository (owner/name)
pathsarray
An array of precise file paths within the repository
search_codePerform a fast git grep inside the repository, allowing regex matching by default or substring search.7 params

Perform a fast git grep inside the repository, allowing regex matching by default or substring search.

Parameters* required
namestring
Full name of the repository (owner/name)
pathstring
Directory or file path to limit the search scope
querystring
Search pattern or query to pass to git grep
ignoreCaseboolean
Ignore case distinctions in both the PATTERN and the input files (-i)
contextLinesnumber
Print num lines of output context (-C)
fixedStringsboolean
Use fixed strings for patterns (don’t interpret pattern as a regex) (-F)
extendedRegexpboolean
Use extended regular expressions (-E)

Gread

A skill that gives your agent access to the source code of all public github repos.

  • Plug and Play: Compatible with all popular coding agents and MCP clients, ready to use out of the box
  • Skill and MCP: Both Skill and MCP are provided, connect with either option
  • Docs Integration: Automatically recognizes docs repo and provides them along with the main repo when accessed

Quick Start

We offer two integration methods, choose either one:

  • Skill: Suitable for coding agents like OpenCode, Codex, Cursor, Copilot, etc.
  • MCP: Suitable for AI chat apps and other MCP clients

Skill

Run the following command to install:

npx skills add https://github.com/NitroRCr/gread --skill gread

MCP

Streamable HTTP URL:

https://api.gread.dev/mcp

JSON configuration reference:

{
  "mcpServers": {
    "gread": {
      "type": "streamableHttp",
      "url": "https://api.gread.dev/mcp"
    }
  }
}

More Information

You can visit our Homepage, view SKILL.md, or directly add Gread and ask your Agent for more information!

Development

Install dependencies:

bun install

Dev server:

bun dev

Dev docs:

bun docs:dev

Community Links

  • Linux Do
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Developer Tools
Registryactive
TransportHTTP
UpdatedMay 10, 2026
View on GitHub

Related Developer Tools MCP Servers

View all →
Git Mcp Server

ray0907/git-mcp-server

MCP server for GitLab and GitHub
Git Mcp Server

cyanheads/git-mcp-server

Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.
221
Atlassian Dc Mcp Bitbucket

io.github.b1ff/atlassian-dc-mcp-bitbucket

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
77
Atlassian Dc Mcp Jira

io.github.b1ff/atlassian-dc-mcp-jira

MCP server for Atlassian Jira Data Center - search, view, and create issues
77
Atlassian Jira

com.mcparmory/atlassian-jira

Create, search, and manage issues, projects, and team workflows
25
Vscode Terminal Mcp

sirlordt/vscode-terminal-mcp

Execute commands in visible VSCode terminal tabs with output capture and session reuse.
1