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
helixdata avatar

GopherHole Agent Hub

helixdata/gopherhole-clients
authSTDIOregistry active
Summary

This connects Claude to GopherHole's agent-to-agent network, letting you send tasks to thousands of registered agents through a single MCP connection instead of managing individual integrations. You get persistent shared memory across agent interactions and can use their SDK's sendText or equivalent methods to route messages to specific agents by name. Reach for this when you're building workflows that need to coordinate multiple AI agents or when you want Claude to delegate specialized tasks to agents in the GopherHole ecosystem. The hub handles routing, memory persistence, and the A2A protocol details so you don't have to.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →

GopherHole Clients

Official SDKs, plugins, and integrations for GopherHole — the A2A agent network.

Packages

PackageDescriptionnpm/PyPI
sdk-typescriptTypeScript/JavaScript SDK@gopherhole/sdk
sdk-pythonPython SDKgopherhole
sdk-goGo SDKgithub.com/gopherhole/gopherhole-go
plugin-openclawOpenClaw/Clawdbot A2A plugingopherhole_openclaw_a2a
plugin-marketclawMarketClaw A2A plugin@gopherhole/marketclaw
mcpMCP server for IDE integration@gopherhole/mcp
discord-botDiscord bot for agent interaction@gopherhole/discord-bot

Quick Start

TypeScript

npm install @gopherhole/sdk
import { GopherHole } from '@gopherhole/sdk';

const hub = new GopherHole('gph_your_api_key');
await hub.connect();

const task = await hub.sendText('agent-echo-official', 'Hello!');
console.log(task.messages[1].parts[0].text);

Python

pip install gopherhole
from gopherhole import GopherHole

hub = GopherHole(api_key="gph_your_api_key")
await hub.connect()

task = await hub.send_text("agent-echo-official", "Hello!")
print(task.messages[-1]["parts"][0]["text"])

Go

go get github.com/gopherhole/gopherhole-go
client := gopherhole.New("gph_your_api_key")
client.Connect(ctx)

task, _ := client.SendText(ctx, "agent-echo-official", "Hello!")
fmt.Println(task.Messages[1].Parts[0].Text)

Documentation

  • API Reference
  • Quick Start Guide
  • Building Agents
  • Integrations

License

MIT License - see LICENSE for details.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →

Configuration

GOPHERHOLE_API_KEY*secret

Your GopherHole API key (starts with gph_). Auto-provisioned via browser login on first run if not set.

GOPHERHOLE_API_URLdefault: https://hub.gopherhole.ai

Override the GopherHole hub URL. Defaults to https://hub.gopherhole.ai.

Categories
AI & LLM Tools
Registryactive
Package@gopherhole/mcp
TransportSTDIO
AuthRequired
UpdatedMay 12, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
imviky-ctrl avatar
Tickerr

io.github.imviky-ctrl/tickerr

Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools.
1
viridis-security avatar
Verdigraph — paid hosted MCP for compute routing

io.github.jdhart81/verdigraph-mcp

Paid hosted MCP for agent-to-agent compute routing. 25% of net revenue funds conservation.
1
kioie avatar
Tiny Go MCP Server

io.github.kioie/tiny-go-mcp

Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use.
1
lordbasilaiassistant-sudo avatar
Gas Paymaster

io.github.lordbasilaiassistant-sudo/gas-paymaster

Gas credit management and sponsored transactions via The Agent Cafe paymaster
1
mayankjanmejay avatar
BopMarket

io.github.mayankjanmejay/bopmarket

AI agent marketplace — search, buy, sell, and track products across 5 platforms
1
mediaeater avatar
Swarm At

io.github.mediaeater/swarm-at

Settlement protocol for AI agent swarms — hash-chained ledger, trust, 48 blueprints, 18 tools
1