Agent skill · Backend & API

global-chat-agent-discovery

Discover and search 18K+ MCP servers and AI agents across 6+ registries using Global Chat's cross-protocol directory and MCP server.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill global-chat-agent-discovery --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Declared author: pumanitro
Path: skills/agent/global-chat-agent-discovery/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Global Chat Agent Discovery ## Overview Global Chat is a cross-protocol AI agent discovery platform that aggregates MCP servers and AI agents from 6+ registries into a single searchable directory. This skill helps you find the right MCP server, A2A agent, or agents.txt endpoint for any task by searching across 18,000+ indexed entries. It also provides an MCP server (`@global-chat/mcp-server`) for programmatic access to the directory from any MCP-compatible client. ## When to Use This Skill - Use when you need to find an MCP server for a specific capability (e.g., database access, file conversion, API integration) - Use when evaluating which agent registries carry tools for your use case - Use when you want to search across multiple protocols (MCP, A2A, agents.txt) simultaneously - Use when setting up agent-to-agent communication and need to discover available endpoints ## How It Works ### Option 1: Use the MCP Server (Recommended for Agents) Install the Global Chat MCP server to search the directory programmatically from Claude Code, Cursor, or any MCP client. ```bash npm install -g @global-chat/mcp-server ``` Add to your MCP client configuration: ```json { "mcpServers": { "globa

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Option 1: Use the MCP Server (Recommended for Agents)
  5. Option 2: Use the Web Directory
  6. Option 3: Validate Your agents.txt
  7. Examples
  8. Example 1: Find MCP Servers for a Task
  9. Example 2: Discover A2A Agents
  10. Example 3: Check Agent Protocol Coverage
  11. Best Practices
  12. Common Pitfalls
  13. Related Skills
Ships with 1 file
  • metadata.json
Commands it runs
npm install -g @global-chat/mcp-server
More from claude-skill-registry
All skills →
About this skill
What does the global-chat-agent-discovery skill do?

Discover and search 18K+ MCP servers and AI agents across 6+ registries using Global Chat's cross-protocol directory and MCP server.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill global-chat-agent-discovery --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going