Skip to content
Zed

nexus for Zed

io.github.addozhang/nexus

Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts

client:Zed transport:stdio runtime:pypi

Install nexus in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "nexus": {
      "command": "uvx",
      "args": [
        "nexus-mcp-server"
      ],
      "env": {
        "NEXUS_BASE_URL": "<NEXUS_BASE_URL>",
        "NEXUS_USERNAME": "<NEXUS_USERNAME>",
        "NEXUS_PASSWORD": "<NEXUS_PASSWORD>"
      }
    }
  }
}

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

nexus in other clients