Sub Agents Directory

v1.0.0Coding Agentsstable

Sub-Agents Directory is a curated collection of 100+ sub-agent prompts and MCP servers for Claude Code.

ai-agentsclaudeclaude-aiclaude-subagentssubagents
Share:
123
Stars
0
Downloads
0
Weekly
0/5

What is Sub Agents Directory?

Sub Agents Directory is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to sub-agents directory is a curated collection of 100+ sub-agent prompts and mcp servers for claude code.

Sub-Agents Directory is a curated collection of 100+ sub-agent prompts and MCP servers for Claude Code.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Sub-Agents Directory is a curated collection of 100+ sub-age

Use Cases

Discover and use 100+ pre-built sub-agent prompts for Claude Code.
Access a curated collection of MCP servers tailored for Claude Code workflows.
ayush-that

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 8, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx sub-agents-directory

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Sub Agents Directory

Sub-Agents Directory is a curated, open-source web application that hosts 100+ pre-built sub-agent prompts and MCP server configurations for Claude Code, organized across categories from core development to research analysis. It provides a searchable gallery with one-click prompt copying, an AI-powered rule generator for creating custom agents, and integration guidance for both Claude and ChatGPT. Developers who use Claude Code daily can browse, discover, and immediately apply specialized sub-agent personas without writing system prompts from scratch.

Prerequisites

  • Bun runtime (https://bun.sh) installed for local development
  • Node.js 18 or later (fallback if not using Bun)
  • Claude Code or Claude Desktop to use the sub-agent prompts
  • A web browser to browse the directory at https://sub-agents.directory
1

Browse the directory online

The easiest way to use Sub-Agents Directory is to visit the hosted site. No installation is needed to browse and copy prompts.

# Visit the live directory
https://sub-agents.directory
2

Clone the repository for local development

If you want to run the directory locally, contribute an agent, or fork the project, clone the repository.

git clone https://github.com/ayush-that/sub-agents.directory.git
cd sub-agents.directory
3

Install dependencies and start the dev server

Install dependencies with Bun and start the Next.js development server on localhost:3000.

bun install
bun dev
4

Copy a sub-agent prompt to Claude Code

On the directory page, find an agent that matches your task (e.g., a code reviewer, security auditor, or documentation writer), click the copy button, and paste the prompt into a Claude Code session or a CLAUDE.md file.

5

Create a custom sub-agent using the AI rule generator

Use the built-in AI rule generator on the site to describe the agent behavior you want. The generator produces a properly-formatted markdown agent definition you can save directly to your project.

Sub Agents Directory Examples

Client configuration

Sub-Agents Directory is a web application, not a runnable MCP server. To use it as a reference MCP server for self-hosting, run it locally with Bun.

{
  "mcpServers": {
    "sub-agents-directory": {
      "command": "npx",
      "args": ["sub-agents-directory"]
    }
  }
}

Prompts to try

After copying an agent prompt from the directory, use it to invoke a specialized persona within Claude Code.

- "Act as the security auditor agent and review this authentication module for vulnerabilities."
- "Use the code reviewer persona to critique this pull request for style and correctness."
- "Switch to the documentation writer agent and generate API docs for this module."
- "Use the research analyst agent to summarize the pros and cons of these three database options."

Troubleshooting Sub Agents Directory

'bun: command not found' when running bun install

Install Bun with 'curl -fsSL https://bun.sh/install | bash' and restart your terminal. Alternatively, use 'npm install && npm run dev' as a fallback.

The dev server starts but the agent list is empty

The directory content is loaded from the agents/ folder in the repository. Ensure you cloned the full repo with 'git clone' and not just downloaded a ZIP, which may miss submodule content.

Frequently Asked Questions about Sub Agents Directory

What is Sub Agents Directory?

Sub Agents Directory is a Model Context Protocol (MCP) server that sub-agents directory is a curated collection of 100+ sub-agent prompts and mcp servers for claude code. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Sub Agents Directory?

Follow the installation instructions on the Sub Agents Directory GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Sub Agents Directory?

Sub Agents Directory works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Sub Agents Directory free to use?

Yes, Sub Agents Directory is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "sub-agents-directory": { "command": "npx", "args": ["-y", "sub-agents-directory"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Sub Agents Directory?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides