Server Config
{
"mcpServers": {
"mcp-harbor": {
"name": "mcp-harbor",
"description": "",
"isActive": false,
"command": "npx",
"args": [
"mcp-harbor",
"--url",
"<harbor url>",
"--password",
"<harbor password>"
]
}
}
}