sub agents mcp for Cline
io.github.shinpr/sub-agents-mcp
MCP server for delegating tasks to specialized AI sub-agents across coding tools
client:Cline
transport:stdio
runtime:npm
Install sub agents mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sub-agents-mcp": {
"command": "npx",
"args": [
"-y",
"sub-agents-mcp"
],
"env": {
"AGENTS_DIR": "<AGENTS_DIR>",
"AGENT_TYPE": "<AGENT_TYPE>",
"AGENT_PERMISSION": "<AGENT_PERMISSION>",
"AGENT_MODEL": "<AGENT_MODEL>",
"AGENT_EFFORT": "<AGENT_EFFORT>",
"CURSOR_API_KEY": "<CURSOR_API_KEY>",
"CLI_API_KEY": "<CLI_API_KEY>",
"EXECUTION_TIMEOUT_MS": "<EXECUTION_TIMEOUT_MS>",
"SESSION_ENABLED": "<SESSION_ENABLED>",
"SESSION_DIR": "<SESSION_DIR>",
"SESSION_RETENTION_DAYS": "<SESSION_RETENTION_DAYS>",
"AGENTS_SETTINGS_PATH": "<AGENTS_SETTINGS_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs