loading…
Search for a command to run...
loading…
Read-only MCP server that allows AI assistants to query and monitor KVM Fleet devices, audit logs, and console sessions through the official REST API.
Read-only MCP server that allows AI assistants to query and monitor KVM Fleet devices, audit logs, and console sessions through the official REST API.
A Model Context Protocol server that lets AI assistants (Claude Desktop, Cursor, Continue, etc.) read your KVM Fleet fleet state through the official REST API. All access is RBAC-enforced and audited on the server side.
| Tool | Maps to |
|---|---|
list_devices |
GET /v1/devices |
get_device_health |
GET /v1/devices (filtered) |
query_audit_log |
GET /v1/audit/events |
verify_audit_integrity |
GET /v1/audit/integrity |
list_open_console_sessions |
GET /v1/console-sessions?open_only=true |
Write tools (start_console_session, power_cycle, mount_iso, …) are not
yet exposed. They will land in a future release behind an explicit scope on
the API token, never on a token that doubles as a user session.
npm install -g @kvmfleet/mcp
Or use npx directly in the Claude Desktop config below.
The token inherits your current org role. Revoke any time from the same page — it stops working immediately.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"kvmfleet": {
"command": "npx",
"args": ["-y", "@kvmfleet/mcp"],
"env": {
"KVMFLEET_API": "https://app.kvmfleet.io",
"KVMFLEET_TOKEN": "kvmf_paste_your_token_here"
}
}
}
}
Restart Claude Desktop. You can now ask:
The token is sent to your KVM Fleet platform only — never to Anthropic, the MCP package, or any third party. Read the platform's Privacy Policy for what's logged on our side (audit-event row per call).
cd kvmfleet/mcp
npm install
npm run build
npm start
Выполни в терминале:
claude mcp add kvmfleet-mcp-server -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
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-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai