Skip to main content
Glama

Higress OPS MCP Server

Official
graph.py206 B
def draw_graph(graph, png_file): try: image = graph.get_graph().draw_mermaid_png() with open(png_file, 'wb') as f: f.write(image) except Exception as e: print(e)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/higress-group/higress-ops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server