Serversio.github.shinpr/sub-agents-mcp
M

io.github.shinpr/sub-agents-mcp

io.github.shinpr/sub-agents-mcp · v0.8.0
▦ npm
v0.8.0npm npm: sub-agents-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.shinpr/sub-agents-mcp",
  "description": "MCP server for delegating tasks to specialized AI assistants in Cursor, Claude, and Gemini",
  "repository": {
    "url": "https://github.com/shinpr/sub-agents-mcp",
    "source": "github"
  },
  "version": "0.8.0",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "sub-agents-mcp",
      "version": "0.8.0",
      "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', or 'codex'",
          "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": "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": "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. Gemini not supported.",
          "format": "string",
          "name": "AGENTS_SETTINGS_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}