Skip to content
Cursor

nexus for Cursor

io.github.addozhang/nexus

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

client:Cursor transport:stdio runtime:pypi

Install nexus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

nexus in other clients