qemu-mcp

TunaCici/qemu-mcp
★ 0 stars Go Code/Dev Tools Updated today
MCP server for QEMU to help with systems development, debugging & analysis.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qemu-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/TunaCici/qemu-mcp@latest"
      ]
    }
  }
}