NetScaler Console MCP Server for Grok
io.github.citrix/netscaler-console-mcp-server
MCP server providing AI assistants the ability to interact with NetScaler environments
client:Grok
transport:stdio
runtime:oci
Install NetScaler Console MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"netscaler-console-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/netscaler/netscaler-console-mcp-server:1.0.3"
],
"env": {
"CC_ID": "<CC_ID>",
"CLIENT_ID": "<CLIENT_ID>",
"CLIENT_SECRET": "<CLIENT_SECRET>",
"MCP_NS_OAUTH_ISSUER": "<MCP_NS_OAUTH_ISSUER>",
"MCP_NS_JWKS_URI": "<MCP_NS_JWKS_URI>",
"SSL_CERT_PATH": "<SSL_CERT_PATH>",
"SSL_KEY_PATH": "<SSL_KEY_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs