Back to MCP Servers
Higress Ops
MCP server that provides comprehensive tools for managing [Higress](https://github.com/alibaba/higress) gateway configurations and operations.
developer-toolsgithub
Installation
npx -y higress-ops-mcp-serverConfiguration
{
"mcpServers": {
"higress-ops-mcp-server": {
"command": "npx",
"args": ["-y", "higress-ops-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes