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
{
"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