The Uyuni MCP Server is a Model Context Protocol (MCP) server implementation that bridges the gap between Large Language Models (LLMs) and the Uyuni
Uyuni mcp server connects Uyuni to AI assistants that speak the Model Context Protocol. The Uyuni MCP Server is a Model Context Protocol (MCP) server implementation that bridges the gap between Large Language Models (LLMs) and the Uyuni configuration and infrastructure management solution.
The Uyuni MCP Server is a Model Context Protocol (MCP) server implementation that bridges the gap between Large Language Models (LLMs) and the Uyuni configuration and infrastructure management solution.
The server is distributed via a container image as ghcr.io/uyuni-project/mcp-server-uyuni, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 4 environment variables: UYUNI_SSH_PRIV_KEY, UYUNI_MCP_HOST, UYUNI_MCP_PUBLIC_URL, UYUNI_MCP_LOG_FILE_PATH. Keep credentials in your client's env block or a secrets manager rather than committing them.
Cloud and DevOps servers put infrastructure on speaking terms with your assistant, so "why is this broken?" is answered from real state rather than a generic checklist. Uyuni sits in that group. Worth comparing against the other cloud devops servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
{
"mcpServers": {
"server-uyuni": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/uyuni-project/mcp-server-uyuni"],
"env": {
"UYUNI_SSH_PRIV_KEY": "your-value",
"UYUNI_MCP_HOST": "your-value",
"UYUNI_MCP_PUBLIC_URL": "your-value",
"UYUNI_MCP_LOG_FILE_PATH": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| UYUNI_SSH_PRIV_KEY | Credential the server authenticates with. | Yes |
| UYUNI_MCP_HOST | Endpoint or connection string the server talks to. | Optional |
| UYUNI_MCP_PUBLIC_URL | Endpoint or connection string the server talks to. | Yes |
| UYUNI_MCP_LOG_FILE_PATH | Filesystem location the server is allowed to use. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.