Kiali MCP Server (Model Context Protocol) with special support for OpenShift
Project description
Kiali MCP Server
Kiali MCP Server is a thin extension of the upstream Kubernetes MCP Server. It adds Kiali-specific tooling while keeping the same core behavior and configuration.
- Based on
kubernetes-mcp-server(native Go MCP server for Kubernetes/OpenShift) - For the full set of tools and behavior adopted from upstream, see the upstream README: openshift/openshift-mcp-server README
Features
- Kiali integrations:
validations_list: Lists Istio object validations aggregated by namespace and cluster from a Kiali instance.
Requirements
- Access to a Kubernetes or OpenShift cluster (kubeconfig or in-cluster service account)
- A reachable Kiali server URL
Configuration
Kiali MCP Server reuses the same configuration and flags as the upstream Kubernetes MCP Server. In addition, it adds the following Kiali-specific flags:
--kiali-server-urlstring: URL of the Kiali server (e.g. "https://kiali-istio-system.apps-crc.testing/")--kiali-insecure: Skip TLS verification when connecting to the Kiali server
You can run the server via npx, uvx, or the compiled binary. Example using npx:
npx -y kiali-mcp-server@latest \
--kiali-server-url "https://kiali-istio-system.apps-crc.testing/" \
--kiali-insecure
Or using the binary after building:
./kiali-mcp-server \
--kiali-server-url "https://kiali-istio-system.apps-crc.testing/" \
--kiali-insecure
Refer to the upstream README for the rest of the flags and features (ports, auth, read-only, list output, etc.): openshift/openshift-mcp-server README
🧑💻 Development
Running with mcp-inspector
Compile the project and run the Kiali MCP server with mcp-inspector to inspect the MCP server.
# Compile the project
make build
# Run the Kubernetes MCP server with mcp-inspector
npx @modelcontextprotocol/inspector@latest $(pwd)/kiali-mcp-server --kiali-server-url "https://kiali-istio-system.apps-crc.testing/" --kiali-insecure
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kiali_mcp_server-0.0.6.tar.gz.
File metadata
- Download URL: kiali_mcp_server-0.0.6.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a88cff0a61fd7d764024c7c77ab01cf385f0aec99bbb27ab7a40e0c05ed177dd
|
|
| MD5 |
7264da29bc4a35ed5b46cc1087de4043
|
|
| BLAKE2b-256 |
e072649e50d3a9618e39ba1118bb8210a37f90649f562a062324ace2e59aa99f
|
File details
Details for the file kiali_mcp_server-0.0.6-py3-none-any.whl.
File metadata
- Download URL: kiali_mcp_server-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bac73c4c21fe00d3b7efd45fb3df9ba691180b497ae8c5097570e220f7bdf49
|
|
| MD5 |
39b9fdb671e8f4ce38ddf0251704542c
|
|
| BLAKE2b-256 |
6abe51df8433ad9e3a3bf4d972f375ce56fdc2e8bc1f843918f7653b6cb86257
|