Skip to main content
Developer ToolsPython

higress-group/higress-ops-mcp-server

MCP server that provides comprehensive tools for managing [Higress](https://github.com/alibaba/higress) gateway configurations and operations.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/higress-group/higress-ops-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "higress-ops-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "higress-group/higress-ops-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
higress-group