Sub Agents Directory
Sub-Agents Directory is a curated collection of 100+ sub-agent prompts and MCP servers for Claude Code.
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
Maintainer
Works with
Installation
Manual Installation
npx sub-agents-directoryConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.directoryClone 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.directoryInstall dependencies and start the dev server
Install dependencies with Bun and start the Next.js development server on localhost:3000.
bun install
bun devCopy 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.
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.
Sub Agents Directory Alternatives — Similar Coding Agents Servers
Looking for alternatives to Sub Agents Directory? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
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.
Set Up Sub Agents Directory in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.