Best for
- Projects using Bun as the JavaScript runtime and package manager
- Teams relying on AI agents for coding, building, and testing automation
- Developers focused on token efficiency and output reliability
Pare Bun is a package within the Pare collection, focused on turning Bun operations into structured JSON to improve AI agent efficiency. It is third-party, not an official Bun project. Users should be aware of command side effects and version compatibility.
Pare Bun is an MCP server from the Pare project that wraps Bun runtime operations into typed, schema-validated JSON, replacing fragile terminal text parsing. Using MCP's structuredContent and outputSchema features, it provides reliable, directly actionable data for AI agents, reducing token usage and enhancing cross-platform compatibility.
{
"mcpServers": {
"pare-bun": {
"command": "npx",
"args": [
"-y",
"@paretools/bun"
],
"env": {
"PARE_BUN_TOOLS": ""
}
}
}
}