Stats
Actions
Tags
From run-qemu
Local stdio MCP server for running QEMU emulations or virtual machines via Python script. Provides file capabilities. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"run-qemu": {
"command": "uv",
"args": [
"run",
"--directory",
"./mcp",
"server.py"
]
}
}
}Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub pmem/run_qemu