Minimal stdio MCP server for parallel task execution by AI agents.
AgentTasker is a small, stdio-only MCP server for AI agents that need to run multiple tasks quickly and get structured results back in one call. It is intentionally narrow: local stdio transport only zero third-party runtime dependencies explicit dependency control with compact, model-friendly JSON responses Most agent orchestration layers are heavier than they need to be. This project is…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
AgentTasker is a small, stdio-only MCP server for AI agents that need to run multiple tasks quickly and get structured results back in one call. It is intentionally narrow: local stdio transport only zero third-party runtime dependencies explicit dependency control with compact, model-friendly JSON responses Most agent orchestration layers are heavier than they need to be. This project is designed for the common case: run a few tasks in parallel let one task wait on another when needed keep the…