Skip to main content
Glama
server.json2.84 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/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", "vendor": "Shinsuke Kagawa", "license": "MIT", "repository": { "url": "https://github.com/shinpr/sub-agents-mcp", "source": "github" }, "version": "0.4.0", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "sub-agents-mcp", "version": "0.4.0", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "AGENTS_DIR", "description": "Absolute path to the directory containing agent definition files (.md or .txt)", "isRequired": true, "format": "string", "isSecret": false }, { "name": "AGENT_TYPE", "description": "Type of AI CLI to use: 'cursor', 'claude', or 'gemini'", "isRequired": true, "format": "string", "isSecret": false }, { "name": "EXECUTION_TIMEOUT_MS", "description": "Maximum execution time for agents in milliseconds (default: 300000, max: 600000)", "isRequired": false, "format": "string", "isSecret": false }, { "name": "SESSION_ENABLED", "description": "Enable session management to maintain execution history across agent calls (default: false)", "isRequired": false, "format": "string", "isSecret": false }, { "name": "SESSION_DIR", "description": "Directory path for storing session files (default: .mcp-sessions in current working directory)", "isRequired": false, "format": "string", "isSecret": false }, { "name": "SESSION_RETENTION_DAYS", "description": "Number of days to retain session history before automatic cleanup (default: 7)", "isRequired": false, "format": "string", "isSecret": false } ], "features": { "tools": { "supported": true, "list": [ "run_agent" ] }, "prompts": { "supported": false }, "resources": { "supported": true } } } ], "tags": [ "mcp", "mcp-server", "model-context-protocol", "sub-agents", "ai-agents", "claude-code", "cursor", "gemini", "codex", "llm", "cli", "agent-orchestration" ], "homepage": "https://github.com/shinpr/sub-agents-mcp", "documentation": "https://github.com/shinpr/sub-agents-mcp#readme" }

Latest Blog Posts

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/shinpr/sub-agents-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server