subagents
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@subagentsexplore the codebase structure"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Subagents MCP for Cursor
This repository is archived. It was created to add subagents support to Cursor before Cursor had a native subagents pattern. Now that Cursor has built-in subagents, this project is no longer needed.
This MCP server brings subagents to Cursor. It allows you to delegate complex, multi-step tasks to specialized agents.
Features
Subagents in Cursor: Enables agentic workflows directly within Cursor.
Default Subagents: Includes two powerful agents inspired by Claude Code:
General Purpose: For researching complex questions and executing multi-step tasks.
Explore: Specialized for quickly finding files and understanding codebase architecture.
Automatic Discovery: Automatically detects and uses your existing Claude subagents from
.claude/agents/.
Subagents will have access to all available tools. Thecursor-agent CLI does not currently support configuring available tools, so the tool field in Claude subagent Markdown files will be ignored.
Related MCP server: cc-agent
Prerequisites
Cursor CLI: You must have the Cursor CLI installed.
Node.js: Version 22.0.0 or higher.
Usage
Add the following to your ~/.cursor/mcp.json:
{
"mcpServers": {
"subagents": {
"command": "npx -y @da1z/subagents --cwd ${workspaceFolder}"
}
}
}Note: The --cwd argument is required.
Capabilities
This MCP server provides a single tool to the agent:
task: Launches a specialized subagent to handle a complex task. The agent can choose which subagent to use (e.g., "general-purpose", "explore") based on the task requirements.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/da1z/subagents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server