Best for
- Projects using TypeScript, esbuild, Vite, or webpack
- Developers wanting reliable build diagnostics for agents
- Use cases needing minimal token overhead from build logs
This server provides structured diagnostics from common frontend build tools to AI agents as JSON, reducing parsing overhead. It is non-official and maintained by Dave-London. Specific tools are not listed due to insufficient info, but overall description is clear.
Pare Build is one of the Pare MCP servers, focused on build tools. It transforms output from tsc, esbuild, vite, and webpack into typed JSON diagnostics, allowing AI agents to directly use structured data without parsing fragile terminal text. The server runs over stdio and is available as an npm package.
Configure this server in an MCP client to run the npm package @paretools/build using npx. Example config (if JSON config supported): use "command": "npx", "args": ["-y", "@paretools/build"].