AI sub-agent delegation for Cursor, Claude, Codex, Gemini, GLM, Kimi, Grok, and OpenCode
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
sub-agents-mcp · npm · 0.12.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.shinpr/sub-agents-mcp",
"description": "AI sub-agent delegation for Cursor, Claude, Codex, Gemini, GLM, Kimi, Grok, and OpenCode",
"repository": {
"url": "https://github.com/shinpr/sub-agents-mcp",
"source": "github"
},
"version": "0.12.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "sub-agents-mcp",
"version": "0.12.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to the directory containing agent definition files (.md or .txt)",
"isRequired": true,
"format": "string",
"name": "AGENTS_DIR"
},
{
"description": "Type of AI CLI to use: 'cursor', 'claude', 'gemini', 'codex', 'glm', 'kimi', 'grok', or 'opencode'",
"isRequired": true,
"format": "string",
"name": "AGENT_TYPE"
},
{
"description": "Approval/sandbox level for sub-agents: 'read-only', 'safe-edit' (default), or 'yolo'",
"format": "string",
"name": "AGENT_PERMISSION"
},
{
"description": "Optional model override applied to every sub-agent execution by this MCP server",
"format": "string",
"name": "AGENT_MODEL"
},
{
"description": "Optional backend-specific reasoning effort or model variant. Supported by codex, claude, glm, kimi, grok, and opencode.",
"format": "string",
"name": "AGENT_EFFORT"
},
{
"description": "API key for cursor-agent authentication (used only when AGENT_TYPE=cursor; passed via env, never via CLI args)",
"format": "string",
"isSecret": true,
"name": "CURSOR_API_KEY"
},
{
"description": "Provider API key for AGENT_TYPE=glm or kimi (passed to the claude binary via env, never via CLI args). Restart/reconnect the MCP server after changing it.",
"format": "string",
"isSecret": true,
"name": "CLI_API_KEY"
},
{
"description": "Maximum execution time for agents in milliseconds (default: 300000, max: 600000)",
"format": "string",
"name": "EXECUTION_TIMEOUT_MS"
},
{
"description": "Enable session management to maintain execution history across agent calls (default: false)",
"format": "string",
"name": "SESSION_ENABLED"
},
{
"description": "Directory path for storing session files (default: .mcp-sessions in current working directory)",
"format": "string",
"name": "SESSION_DIR"
},
{
"description": "Number of days to retain session history before automatic cleanup (default: 7)",
"format": "string",
"name": "SESSION_RETENTION_DAYS"
},
{
"description": "Path to CLI settings file/directory. Claude: --settings arg, Cursor: CURSOR_CONFIG_DIR, Codex: CODEX_HOME. GLM/Kimi/Gemini/Grok/OpenCode not supported.",
"format": "string",
"name": "AGENTS_SETTINGS_PATH"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-08T22:21:31.509766Z",
"publishedAt": "2026-08-08T22:21:31.509766Z",
"updatedAt": "2026-08-08T22:21:31.509766Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.12.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.