hdc-nexus-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hdc-nexus-mcp-serverlist all repositories"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hdc-nexus-mcp-server
Read-only MCP server for searching Nexus Repository Manager 3.
Tools
Tool | Description |
| List all visible repositories |
| Search components (Docker, Maven, npm, PyPI…) by name/group/version/format |
| List Docker image tags for a given image, newest first |
| Auto-discover a Docker image by base name, probing known namespace prefixes ( |
| Get the single latest version of a component |
Every tool takes host as first parameter (Nexus hostname, defaults to registry-nexus.orbis.dedalus.com). Only override if targeting a different Nexus instance — do not set it to a repository name.
Credentials (NEXUS_USER / NEXUS_PASSWORD) are injected via ExternalSecret from AWS Secrets Manager (nexus/dev/credentials).
Related MCP server: nexus-mcp
Build & push
# Build
docker build --tag 10.244.20.62:8081/local-docker-repository/hdc-nexus-mcp-server:latest .
# Push
docker push 10.244.20.62:8081/local-docker-repository/hdc-nexus-mcp-server:latestAWS Secret (first-time setup)
aws secretsmanager create-secret \
--name nexus/dev/credentials \
--secret-string '{"user":"<nexus-user>","password":"<nexus-password>"}' \
--region eu-central-1Architecture
Client → NGF (nginx-gateway) → Kong (key-auth) → nexus-mcp-server:8000/mcp
↓
Nexus REST API v1 (GET only)
https://<host>/service/rest/v1/Environment variables
Variable | Description | Default |
| Nexus username (from secret) | — |
| Nexus password (from secret) | — |
| OTel collector endpoint |
|
| Service name for traces/logs |
|
| Extra OTel resource attributes | — |
| Log level |
|
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that queries 19 package registries (npm, PyPI, crates.io, etc.) to retrieve the latest version of packages and their metadata.Last updated211MIT
- Alicense-qualityCmaintenanceA local MCP server for Nexus Mods mod discovery and research, backed by the v2 GraphQL API, enabling search of games, mods, collections, and users.Last updated1721ISC
- Alicense-qualityBmaintenanceRead-only MCP server for JFrog Artifactory repository intelligence, enabling listing repositories and paths, fetching metadata, properties, and stats, and performing bounded file searches without mutation.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for Sonatype Nexus Repository Manager, enabling AI assistants to query Maven, Python, and Docker repositories.Last updated1MIT
Related MCP Connectors
MCP server for hex.pm and hexdocs.pm: search, inspect, compare, and audit Elixir packages
Docker Hub MCP — wraps the Docker Hub v2 API (free, no auth required for public data)
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/himurafred/hdc-nexus-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server