libvirt-mcp
by MatiasVara
libvirt-mcp is an experimental mcp server for libvirt. It allows you to interact with libvirt using the mcp protocol, potentially integrating with tools like ollama.
View on GitHub
Last updated: N/A
libvirt-mcp
This is an experimental mcp server for libvirt. The following lines explain how to use it with mcp-cli and ollama. First, install mcp-cli:
git clone https://github.com/chrishayuk/mcp-cli
pip3.11 install -e ".[cli,dev]"
Then, install ollama:
curl -fsSL https://ollama.com/install.sh | sh
ollama serve >/dev/null 2>&1 &
ollama pull granite3.2:8b-instruct-q8_0
You need also uv
:
pip install uv
You need the following python bindings:
dnf install -y libvirt-devel python3-devel
Then, in the libvirt-mcp
directory, edit server_config.json
and set up the
correct path to the libvirt-mcp server. Then, execute run.sh
, with ollama
as provider and granite
as model.
For debugging, you can install mcp:
dnf install -y npm
pip install mcp
And then, run:
mcp dev main.py