Best for
- Developers wanting typed JSON from CLI commands
- Building AI-driven development tools
- Cross-platform consistent output
The process server in the Pare project focuses on providing structured, typed command execution output for AI agents. Its design goals are clear, but security should be considered.
Pare Process is an MCP server for running command-line processes with structured, schema-validated JSON output instead of raw terminal text. It supports timeouts and signals, designed for AI agents to get type-safe data without brittle parsing.
Install via npm package @paretools/process with stdio transport. Requires Node.js >= 20. Configuration examples for various clients are in the repository's setup guides (e.g., Claude Desktop, Cursor).