Best for
- AI agents needing reliable remote operation results
- Developers wanting to reduce parsing overhead from terminal output
This server provides structured SSH and rsync operations, suitable for AI agents needing reliable remote operations.
Pare Remote is an MCP server in the Pare project that wraps SSH and rsync commands into typed, schema-validated JSON output, replacing fragile terminal text parsing. It provides ssh-run, ssh-test, ssh-keyscan, and rsync tools, returning structured data that AI agents can process directly, reducing token usage and improving reliability.
Install via npm: npm install @paretools/remote. Run with npx: npx @paretools/remote. Requires Node.js >= 20.