Skip to content
Zed

nextscan for Zed

io.github.berkayderin/nextscan

MCP server that scans Next.js projects and returns a compact summary

client:Zed transport:stdio runtime:npm

Install nextscan in Zed

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

{
  "context_servers": {
    "nextscan": {
      "command": "npx",
      "args": [
        "-y",
        "@berkayderin/nextscan"
      ]
    }
  }
}

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

nextscan in other clients