MCP Server
MCP
io.github.addozhang/nexus
Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts
Install
uvx nexus-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "nexus-mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your Nexus Repository Manager instance (e.g., https://nexus.example.com)",
"isRequired": true,
"format": "string",
"name": "NEXUS_BASE_URL"
},
{
"description": "Nexus username for authentication",
"format": "string",
"name": "NEXUS_USERNAME"
},
{
"description": "Nexus password or token for authentication",
"format": "string",
"isSecret": true,
"name": "NEXUS_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment