Overview
what is MCP Harbor?
MCP Harbor is a Node.js application that serves as a Model Context Protocol (MCP) server for interacting with the Harbor container registry, providing a REST API for various Harbor operations.
how to use MCP Harbor?
To use MCP Harbor, clone the repository, install dependencies, configure environment variables, build the project, and start the application. You can then interact with the REST API for Harbor operations.
key features of MCP Harbor?
- MCP Server: Exposes tools for interacting with Harbor through the Model Context Protocol.
- REST API: Provides RESTful endpoints for Harbor operations including projects, repositories, tags, and Helm charts.
- Development Support: Includes tools for development and testing.
use cases of MCP Harbor?
- Managing container images and repositories in Harbor.
- Automating project and repository management tasks.
- Integrating Harbor operations into CI/CD pipelines.
FAQ from MCP Harbor?
- What is the purpose of MCP Harbor?
MCP Harbor facilitates interaction with the Harbor container registry through a structured API and protocol.
- Is MCP Harbor easy to set up?
Yes! Follow the installation instructions to quickly set up the project.
- Can I contribute to MCP Harbor?
Yes! Contributions are welcome, and you can find guidelines in the repository.
Server Config
{
"mcpServers": {
"mcp-harbor": {
"name": "mcp-harbor",
"description": "",
"isActive": false,
"command": "npx",
"args": [
"mcp-harbor",
"--url",
"<harbor url>",
"--password",
"<harbor password>"
]
}
}
}