Back to Home
Videothek icon

xo-mcp-server

Verified Safe

by Videothek

Overview

This server integrates with Xen Orchestra to provide AI agents with tools for managing virtual machines, backup jobs, backup logs, and backup repositories.

Installation

Run Command
docker run -i --rm -e XO_BASE_URL="http://your-xo-instance" -e XO_API_TOKEN="your-api-token" xo-mcp-server:latest

Environment Variables

  • XO_API_TOKEN
  • XO_BASE_URL
  • LOG_LEVEL
  • CERT_VERIFY
  • CERT_PATH

Security Notes

The server uses environment variables for sensitive information like `XO_API_TOKEN` and `XO_BASE_URL`, which is good practice. It utilizes the `httpx` library for HTTP requests and explicitly supports SSL/TLS verification through `httpx_verify` and `CERT_PATH`. No `eval` or similar dangerous functions are used. The primary security considerations are proper configuration of `XO_BASE_URL` to a trusted Xen Orchestra instance and securing the `XO_API_TOKEN`.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-05

Tags

Xen OrchestraVM ManagementBackup ManagementInfrastructure AutomationAPI Integration