par5-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PAR5_AGENT_ARGS | No | Additional arguments passed to all agents | |
| PAR5_BATCH_SIZE | No | Number of parallel processes per batch | 10 |
| PAR5_CODEX_ARGS | No | Additional arguments passed to Codex CLI | |
| PAR5_CLAUDE_ARGS | No | Additional arguments passed to Claude CLI | |
| PAR5_GEMINI_ARGS | No | Additional arguments passed to Gemini CLI | |
| PAR5_DISABLE_CODEX | No | Set to any value to disable the Codex agent | |
| PAR5_DISABLE_CLAUDE | No | Set to any value to disable the Claude agent | |
| PAR5_DISABLE_GEMINI | No | Set to any value to disable the Gemini agent |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_listA | Creates a named list of items for parallel processing. Use this tool when you need to perform the same operation across multiple files, URLs, or any collection of items. WHEN TO USE:
WORKFLOW:
EXAMPLE: To process files ["src/a.ts", "src/b.ts", "src/c.ts"], first create a list, then use run_shell_across_list or run_agent_across_list with the returned id. |
| create_list_from_shellA | Creates a list by running a shell command and parsing its newline-delimited output. WHEN TO USE:
EXAMPLES:
WORKFLOW:
|
| get_listA | Retrieves the items in an existing list by its ID. WHEN TO USE:
|
| update_listA | Updates an existing list by replacing its items with a new array. WHEN TO USE:
|
| delete_listA | Deletes an existing list by its ID. WHEN TO USE:
|
| list_all_listsA | Lists all existing lists and their item counts. WHEN TO USE:
|
| run_shell_across_listA | Executes a shell command for each item in a previously created list. Commands run in batches of 10 parallel processes, with stdout and stderr streamed to separate files. WHEN TO USE:
HOW IT WORKS:
AFTER COMPLETION:
VARIABLE SUBSTITUTION:
|
| run_agent_across_listA | Spawns an AI coding agent for each item in a previously created list. Agents run in batches of 10 parallel processes with automatic permission skipping enabled. WHEN TO USE:
AVAILABLE AGENTS:
HOW IT WORKS:
AFTER COMPLETION:
VARIABLE SUBSTITUTION:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mathematic-inc/par5-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server