Skip to content

Perfonext Build MCP for Zed

io.github.souvikdu/perfonext-build-mcp

MCP server for Next.js build stats, chunk attribution, and bundle optimization advice.

client:Zed transport:stdio runtime:npm

Install Perfonext Build MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "perfonext-build-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@perfonext/build-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Perfonext Build MCP in other clients