Skip to content

nextrole mcp proxy for Zed

io.github.bats64mgutsi/nextrole-mcp-proxy

MCP proxy server for NextRole CV tailoring services

client:Zed transport:stdio runtime:npm

Install nextrole mcp proxy in Zed

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

{
  "context_servers": {
    "nextrole-mcp-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "nextrole-mcp-proxy"
      ]
    }
  }
}

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

nextrole mcp proxy in other clients