higress-ops-mcp-server
Higress OPS is an MCP server and client implementation aimed at managing the Higress platform. It offers an agent flow architecture supporting interaction between MCP clients and the Higress server.
What is the purpose of the Higress OPS MCP Server?
The Higress OPS MCP Server is designed to facilitate the configuration and management of Higress through a structured protocol server, enabling seamless integration and tool management.
How do I start the MCP client and server?
You can start the MCP client and server by running the command uv run client.py
in stdio mode.
Can I add custom tools to the MCP server?
Yes, you can add custom tools by creating a new tool class or extending an existing one, and then registering it in the server.
What are SENSITIVE_TOOLS?
SENSITIVE_TOOLS are operations that require human confirmation before execution to ensure safety and prevent unintended changes.
How do I configure environment variables for the MCP server?
You can configure environment variables by copying the .env.example
file to .env
and filling in the corresponding values.