Odel
Pare

Pare

Local
@dave-london138TypeScriptMITUpdated 6 days ago

Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@paretools/buildv0.8.0

Run

npx -y @paretools/build

MCP client config

{
  "mcpServers": {
    "pare": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/build"
      ]
    }
  }
}