CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
nitrorcr avatar

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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

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
maxDepthnumber
Maximum depth into the directory structure to list.default: 3
maxPerDirnumber
Maximum number of items to display per directory level.default: 40
namestring
Full name of the repository (owner/name)
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
contextLinesnumber
Print num lines of output context (-C)
extendedRegexpboolean
Use extended regular expressions (-E)
fixedStringsboolean
Use fixed strings for patterns (don’t interpret pattern as a regex) (-F)
ignoreCaseboolean
Ignore case distinctions in both the PATTERN and the input files (-i)
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

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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Developer Tools
Registryactive
TransportHTTP
UpdatedMay 10, 2026
View on GitHub

Related Developer Tools MCP Servers

View all →
dnotitia avatar
Akb

dnotitia/akb

Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP.
52
apireno avatar
DOMShell

apireno/domshell

Drive Chrome with filesystem commands (ls, cd, grep, click, type). One MCP tool, multi-agent.
43
basehub-ai avatar
Forums

basehub-ai/forums

Ask any GitHub repository a question. Get source-backed answers.
41
kapillamba4 avatar
Code Memory

kapillamba4/code-memory

Local semantic code search with Git history. Works offline, no API key needed.
41
daghis avatar
Teamcity

io.github.daghis/teamcity

MCP server exposing JetBrains TeamCity CI/CD workflows to AI coding assistants
25
nirholas avatar
AI Tool Discovery Agent

io.github.nirholas/tool-discovery-mcp

AI agent discovers MCP servers from GitHub npm - analyzes APIs configs
25