Skip to content

OpenCode Installation Guide

OpenCode is an open-source terminal editor with built-in MCP support. Installing the F5 XC Cloud Status MCP server is done through a single configuration edit.

  • OpenCode installed (which opencode should return a path)
  • Node.js 18.0.0 or higher (node --version)
  • npm installed (comes with Node.js)

OpenCode stores MCP server configuration in ~/.config/opencode/opencode.json.

Edit the opencode.json file:

{
"mcp": {
"f5xc-cloudstatus": {
"type": "local",
"command": ["npx", "-y", "@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"],
"environment": {}
}
}
}
Terminal window
opencode
# Try: "What is the current status of F5 Cloud services?"
SettingValuePurpose
typelocalServer runs locally
command["npx", "-y", "..."]Command to execute
environment{}Environment variables (none needed)