istio-mcp-server
Version:
Model Context Protocol (MCP) server for Istio service mesh - provides AI assistants with read-only access to Istio resources, Virtual Services, Destination Rules, Gateways, and Envoy proxy configurations in Kubernetes clusters
53 lines (52 loc) • 1.46 kB
JSON
{
"name": "istio-mcp-server",
"version": "0.0.28",
"description": "Model Context Protocol (MCP) server for Istio service mesh - provides AI assistants with read-only access to Istio resources, Virtual Services, Destination Rules, Gateways, and Envoy proxy configurations in Kubernetes clusters",
"main": "./bin/index.js",
"bin": {
"istio-mcp-server": "bin/index.js"
},
"optionalDependencies": {
"istio-mcp-server-darwin-amd64": "0.0.28",
"istio-mcp-server-darwin-arm64": "0.0.28",
"istio-mcp-server-linux-amd64": "0.0.28",
"istio-mcp-server-linux-arm64": "0.0.28",
"istio-mcp-server-windows-amd64": "0.0.28",
"istio-mcp-server-windows-arm64": "0.0.28"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krutsko/istio-mcp-server.git"
},
"keywords": [
"mcp",
"model-context-protocol",
"istio",
"kubernetes",
"service-mesh",
"envoy",
"proxy",
"virtual-service",
"destination-rule",
"gateway",
"authorization-policy",
"telemetry",
"ai-assistant",
"cli-tool",
"read-only",
"safe-operations",
"microservices",
"networking",
"security",
"observability"
],
"author": {
"name": "Sergey Krutsko",
"url": "https://github.com/krutsko"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/krutsko/istio-mcp-server/issues"
},
"homepage": "https://github.com/krutsko/istio-mcp-server#readme"
}