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…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
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…