MCP Server
MCP
NetScaler Console MCP Server
MCP server providing AI assistants the ability to interact with NetScaler environments
Install
oci:docker.io/netscaler/netscaler-console-mcp-server:1.0.3
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/netscaler/netscaler-console-mcp-server:1.0.3",
"transport": {
"type": "streamable-http",
"url": "http://localhost:10000/mcp"
},
"environmentVariables": [
{
"description": "Citrix Cloud ID",
"isRequired": true,
"name": "CC_ID"
},
{
"description": "NetScaler Console Client ID",
"isRequired": true,
"name": "CLIENT_ID"
},
{
"description": "NetScaler Console Client Secret",
"isRequired": true,
"isSecret": true,
"name": "CLIENT_SECRET"
},
{
"description": "OAuth Issuer URL",
"isRequired": true,
"name": "MCP_NS_OAUTH_ISSUER"
},
{
"description": "JWKS endpoint URL for JWT token verification",
"isRequired": true,
"name": "MCP_NS_JWKS_URI"
},
{
"description": "Server certificate file path",
"isRequired": true,
"format": "filepath",
"isSecret": true,
"name": "SSL_CERT_PATH"
},
{
"description": "Server key file path",
"isRequired": true,
"format": "filepath",
"isSecret": true,
"name": "SSL_KEY_PATH"
}
]
}
]
}
mcp
model-context-protocol
oci
Comments
Sign in to leave a comment