fleet-intelligence-mcp-server
Allows monitoring and managing a fleet of Kubernetes clusters, including health checks, listing unhealthy clusters, and explaining cluster health conditions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fleet-intelligence-mcp-serverWhich clusters are unhealthy?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fleet Intelligence MCP Server
MCP server for ACM / Multicluster Global Hub. Connect an LLM to your fleet and ask things like:
How healthy is my fleet?
Which clusters are unhealthy?
Why is cluster-east unhealthy?
Everything is configured in one file: config.yaml.
Quick start
npm install
cp config.example.yaml config.yaml
npm run build
npm startServer runs at http://127.0.0.1:3000/mcp (change host / port in config).
Related MCP server: Kubernetes MCP Server – 5G Core Edition
Config (config.yaml)
# Data source: kubernetes (ACM hub) or globalhub (Postgres)
source: kubernetes
url: ~/.kube/config
# MCP HTTP server
host: 127.0.0.1
port: 3000
name: fleet-intelligence-mcp-serverACM hub
source: kubernetes
url: ~/.kube/configLeave url empty for default kubeconfig or in-cluster config.
Global Hub
source: globalhub
url: postgres://readonly:password@host:5432/dbnameGet the postgres URL:
oc get secret multicluster-global-hub-storage \
-n multicluster-global-hub \
-o jsonpath='{.data.database_uri_with_readonlyuser}' | base64 -dConnect Cursor
{
"mcpServers": {
"fleet-intelligence": {
"url": "http://127.0.0.1:3000/mcp"
}
}
}MCP tools
Tool | What it returns |
| Total / healthy / warning / critical / unknown counts |
| Unhealthy clusters with reasons |
| Detailed health for one cluster |
| Full condition data for LLM summarization |
Sample outputs: examples/example-responses.json
License
Apache-2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/rohit-bharmal/fleet-intelligence-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server