Skip to content

VS Code Installation Guide

VS Code has native MCP support built-in. Installing the F5 XC Cloud Status MCP server requires just one command.

  • VS Code version 1.96.0+ (code --version)
  • Node.js 18.0.0 or higher (node --version)
  • npm installed (comes with Node.js)
Terminal window
code --add-mcp '{"name":"f5xc-cloudstatus","command":"npx","args":["-y","@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"]}'

Edit VS Code settings:

{
"mcp.servers": {
"f5xc-cloudstatus": {
"command": "npx",
"args": ["-y", "@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"]
}
}
}

Then reload VS Code (Ctrl+Shift+P → “Developer: Reload Window”).

Open VS Code chat (Cmd+L) and try:

What is the current status of F5 Cloud services?
PlatformPath
macOS~/.config/Code/User/settings.json
Windows%APPDATA%\Code\User\settings.json
Linux~/.config/Code/User/settings.json