You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Istio MCP Server
2
2
3
-
A **Model Context Protocol (MCP) server** that provides AI assistants and developers with **read-only access** to Istio service mesh resources in Kubernetes clusters. This server enables intelligent querying of Istio configurations, Virtual Services, Destination Rules, Gateways, and Envoy proxy configurations through a safe, non-destructive interface.
3
+
A **Model Context Protocol (MCP) server** that provides AI assistants and developers with **read-only access** to Istio service mesh resources in Kubernetes clusters. This server enables intelligent querying of Istio configurations, Virtual Services, Destination Rules, service mesh hosts, and Envoy proxy configurations through a safe, non-destructive interface.
4
4
5
5
## 🚀 Overview
6
6
7
-
The Istio MCP Server bridges the gap between AI assistants and Istio service mesh operations by implementing the Model Context Protocol. It provides comprehensive tools for querying Istio resources including Virtual Services, Destination Rules, Gateways, and proxy configurations **without any risk of modifying or deleting resources**.
7
+
The Istio MCP Server bridges the gap between AI assistants and Istio service mesh operations by implementing the Model Context Protocol. It provides comprehensive tools for querying Istio resources including Virtual Services, Destination Rules, service mesh hosts, and proxy configurations **without any risk of modifying or deleting resources**.
8
8
9
9
**Key Benefits:**
10
10
- 🔒 **100% Read-Only Operations** - No destructive commands allowed
@@ -17,21 +17,14 @@ The Istio MCP Server bridges the gap between AI assistants and Istio service mes
17
17
## ✨ Features
18
18
19
19
### 🔧 Core Istio Resources (Read-Only)
20
-
-**Virtual Services**: Query Istio Virtual Services and routing rules
21
-
-**Destination Rules**: Query Istio Destination Rules and traffic policies
22
-
-**Gateways**: Query Istio Gateways and ingress configurations
23
-
-**Service Entries**: Query Istio Service Entries and external services
24
-
-**Envoy Filters**: Query Istio Envoy Filters and custom configurations
0 commit comments