MCP server for parallel execution of shell commands and AI agents (Claude, Gemini, Codex) across lists of items
An MCP (Model Context Protocol) server that enables parallel execution of shell commands and AI coding agents across lists of items. Perfect for batch processing files, running linters across multiple targets, or delegating complex tasks to multiple AI agents simultaneously.
npm install par5-mcp
Or install globally:
npm install -g par5-mcp
Add to your MCP client configuration:
{
"mcpServers": {
"par5": {
"command": "npx",
"args": ["par5-mcp"]
}
}
}
Or if installed globally:
{
"mcpServers": {
"par5": {
"command": "par5-mcp"
}
}
}
create_listCreates a named list of items for parallel processing.
Parameters:
items (string[]): Array of items to store in the listReturns: A unique list ID to use with other tools
Example:
create_list(items: ["src/a.ts", "src/b.ts", "src/c.ts"])
// Returns: list_id = "abc-123-..."
get_listRetrieves the items in an existing list by its ID.
Parameters:
list_id (string): The list ID returned by create_listupdate_listUpdates an existing list by replacing its items with a new array.
Parameters:
list_id (string): The list ID to updateitems (string[]): The new array of itemsdelete_listDeletes an existing list by its ID.
Parameters:
list_id (strinUniversal, model-agnostic operating harness for AI agents (Claude, Codex, Gemini, …) — a lean core + work-type profiles assembled by one setup script.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
A desktop pet for macOS & Windows that monitors your AI coding agents (Claude Code, Codex, Cursor, Gemini...) in real time, and grows as you code, feed it tokens, level it up, climb the leaderboard.
UltraGameStudio - AI coding agent for game development: engine workflows, gameplay code, and asset generation.
The coding agent that answers to you, your model, your machine, your rules.
Stop babysitting local AI agents. Just notifications, approve, and resume your Codex,Pi,Grok, or Claude code sessions anywhere. 0-Intrusion mobile control bridge via Telegram/微信/飞书. No hooks, no skills, no MCP.
Workflows from the Neura Market marketplace related to this Gemini resource