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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- When to Use This Skill
- How It Works
- Option 1: Use the MCP Server (Recommended for Agents)
- Option 2: Use the Web Directory
- Option 3: Validate Your agents.txt
- Examples
- Example 1: Find MCP Servers for a Task
- Example 2: Discover A2A Agents
- Example 3: Check Agent Protocol Coverage
- Best Practices
- Common Pitfalls
- Related Skills
npm install -g @global-chat/mcp-server
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.
