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