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, first install the dependencies by running:
uv sync
Then, edit server_config.json and set up the correct path to the libvirt-mcp
server. Finally, execute run.sh, that uses 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 setup.py
Recommend MCP Servers 💡
Grain
Grain's official MCP server provides secure access to your meeting data, notes, transcripts, deals, and coaching scorecard data, enabling native integration with AI models like Anthropic Claude and ChatGPT for advanced analytics and one-click reports.
mcp-server-rabbitmq
A [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) server implementation for RabbitMQ operation.
kich555/github-mcp-server
MCP Server for GitHub API enabling file, repo management, search, etc.
godot-rag
An MCP server designed to provide Godot documentation as context for a Godot RAG model.
MCP-ORTools
An MCP server implementation that uses Google OR-Tools for constraint solving, designed to integrate with Large Language Models for submitting, validating, and solving constraint satisfaction and optimization problems.
mcp-local-rag
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨