Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Higress Ops MCP Server
Higress Ops MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:50:21 PM

Higress Ops MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository23 GitHub StarsTotal stargazers on GitHub for the source repository (23 stars).Visit Website
higressapi-gatewaydeveloper-toolsmcp

Manage Higress gateway configuration and operations through MCP tools, with a LangGraph-based client for stdio workflows.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for higress-group/higress-ops-mcp-server, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

higress-group/higress-ops-mcp-server exposes Higress gateway configuration and management operations through the Model Context Protocol. It includes a Python MCP client built with LangGraph and LangChain MCP Adapters, which starts the server in stdio mode. Reach for it when an agent needs to work with Higress Console API operations through registered tools rather than direct manual requests.

Use cases

•Manage Higress routes through agent tools
•Update Higress service sources
•Inspect or modify request-block configuration
•Connect Higress operations to a LangGraph agent flow

Key features

•MCP tools for Higress management
•Higress Console API client
•Route and service-source operations
•Request-block configuration tools
•LangGraph and LangChain MCP Adapter client
•Human confirmation for sensitive writes

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Higress Ops MCP Server.

Extracted Tool Capabilities
MCP tools for Higress management
Higress Console API client
Route and service-source operations
Request-block configuration tools
LangGraph and LangChain MCP Adapter client
Human confirmation for sensitive writes

How Higress Ops MCP Server works

What higress-group/higress-ops-mcp-server does

higress-group/higress-ops-mcp-server provides an MCP interface for configuring and managing Higress. Its tools are backed by a Higress client that communicates with the Higress Console API using HTTP requests. The repository also includes a client application that connects the MCP workflow to LangGraph and LangChain MCP Adapters.

The example tool registration structure covers common operations, request-block handling, routes, and service sources. The README also shows write operations such as adding or updating routes, service sources, and request-block plugins as sensitive actions that can require human confirmation.

How it works

The project uses a Python MCP server architecture. Tool classes expose functions through FastMCP, while the Higress client encapsulates calls to Console API endpoints. New API-backed operations are added by implementing a client method, wrapping it in an MCP tool, and registering the tool class in the server’s tool list.

In stdio mode, the client process starts the MCP server. The documented startup command is uv run client.py, which launches both parts of the local workflow. This arrangement is intended for an MCP client or agent flow that can invoke the registered Higress operations.

Setup and configuration

Configuration is supplied through environment variables. The repository instructs users to copy .env.example to .env and populate the required values, but the provided material does not list the variable names or their expected values.

To run the included client and server flow, use:

bash
uv run client.py

The command is for the repository’s Python application and is not a hosted endpoint configuration. The available documentation specifically describes stdio operation.

Tools and capabilities

The higress-group/higress-ops-mcp-server structure supports:

  • Registering MCP tools with FastMCP.
  • Managing Higress routes and service sources.
  • Handling request-block configuration.
  • Sending GET, PUT, and POST requests through the Higress client.
  • Marking selected write operations for human confirmation.
  • Connecting the server to a LangGraph agent flow through LangChain MCP Adapters.

The repository is also designed for extension. A new tool can be placed in a new category or added to an existing class, then registered with the server. API methods are kept in the Higress client rather than implemented directly in each tool.

Limitations and notes

The supplied README excerpt does not provide a complete inventory of exposed tools, a list of required environment variable names, authentication details, or a published license. It also documents the combined client-and-server startup flow rather than a separate standalone server command. Confirm the current repository configuration before deploying it in a different MCP client or transport mode.

Sensitive-tool confirmation is represented in the project configuration. This indicates that some changes may require human approval, but the excerpt does not describe the confirmation mechanism or how approval is presented to users.

Using this higress-group/higress-ops-mcp-server MCP server

Always refer to the official documentation for the most accurate and up-to-date information on how to configure and run this server.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    ☁️ Cloud Platforms5 views
    Compare vs Next Devtools MCP →
  • Apisix MCP logoApisix MCP

    MCP Server that support for querying and managing all resource in Apache APISIX.

    ☁️ Cloud Platforms3 views
    Compare vs Apisix MCP →
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    ☁️ Cloud Platforms3 views
    Compare vs MCP Server Docker →
  • Docker MCP logoDocker MCP

    Docker container management and operations through MCP

    ☁️ Cloud Platforms3 views
    Compare vs Docker MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
23
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Higress Ops MCP Server

The README instructs you to copy `.env.example` to `.env`, fill in the required values, and run `uv run client.py` to start the MCP client and server in stdio mode.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHigress Ops MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/higress-group-higress-ops-mcp-server?style=directory)](https://allmcps.com/mcp/higress-group-higress-ops-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/higress-group-higress-ops-mcp-server"><img src="https://allmcps.com/api/badge/higress-group-higress-ops-mcp-server?style=directory" alt="Higress Ops MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingFree
More technical detailsExpand ▾
AuthAPI key
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars23
GitHub Star CountTotal stargazers on GitHub representing community popularity (23 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 29, 2025
33Quality signal: Emerging · 33/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to Higress Ops MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code