Configuration
Authentication
Option 1 — username and password as headers
{
"servers": {
"opshub-mcp": {
"url": "<OpsHub Integration Manager URL>/OpsHubWS/mcp",
"type": "http",
"headers": {
"username": "mcpuser",
"password": "password"
}
}
},
"inputs": []
}Option 2 — base64-encoded authorization header (recommended)
Client configuration
Visual Studio Code
Claude Desktop
Claude Code
Cline
Continue
HTTPS configuration
Last updated

