Fleet Intelligence Server
БесплатноНе проверенConnects an LLM to your fleet of clusters via ACM or Multicluster Global Hub, enabling queries about fleet health, unhealthy clusters, and detailed cluster cond
Описание
Connects an LLM to your fleet of clusters via ACM or Multicluster Global Hub, enabling queries about fleet health, unhealthy clusters, and detailed cluster conditions.
README
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 start
Server runs at http://127.0.0.1:3000/mcp (change host / port in config).
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-server
# Prometheus / Alertmanager — port-forward first (see config.example.yaml)
observability:
prometheusUrl: http://127.0.0.1:9091
alertmanagerUrl: http://127.0.0.1:9094
ACM hub
source: kubernetes
url: ~/.kube/config
Leave url empty for default kubeconfig or in-cluster config.
Global Hub
source: globalhub
url: postgres://readonly:password@host:5432/dbname
Get the postgres URL:
oc get secret multicluster-global-hub-storage \
-n multicluster-global-hub \
-o jsonpath='{.data.database_uri_with_readonlyuser}' | base64 -d
Connect Cursor
{
"mcpServers": {
"fleet-intelligence": {
"url": "http://127.0.0.1:3000/mcp"
}
}
}
MCP tools
| Tool | What it returns |
|---|---|
list_clusters |
All clusters with registration health |
list_active_alerts |
Firing alerts from Alertmanager |
list_nodes |
Nodes with Ready status, conditions, CPU/memory |
cluster_observability |
Full picture: nodes + metrics + alerts |
fleet_health |
Total / healthy / warning / critical / unknown counts |
list_unhealthy_clusters |
Unhealthy clusters with reasons |
cluster_health |
Registration health for one cluster |
explain_cluster_health |
Full condition data for LLM summarization |
Prometheus port-forward (required for metrics)
kubectl port-forward -n openshift-monitoring svc/thanos-querier 9091:9091
kubectl port-forward -n openshift-monitoring svc/alertmanager-main 9094:9094
Then set observability.prometheusUrl and alertmanagerUrl in config.yaml.
Example prompts: example_prompts.md
License
Apache-2.0
Установка Fleet Intelligence Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rohit-bharmal/fleet-intelligence-mcp-serverFAQ
Fleet Intelligence Server MCP бесплатный?
Да, Fleet Intelligence Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Fleet Intelligence Server?
Нет, Fleet Intelligence Server работает без API-ключей и переменных окружения.
Fleet Intelligence Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Fleet Intelligence Server в Claude Desktop, Claude Code или Cursor?
Открой Fleet Intelligence Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Fleet Intelligence Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
