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

