nido
Verified Safeby Josepavese
Overview
Nido is a retro-futuristic VM manager designed for AI agents, enabling rapid spawning, execution, and destruction of QEMU-based virtual machines using linked clones.
Installation
nido mcpSecurity Notes
The project uses `exec.Command` extensively, which is expected for a VM management tool interacting with QEMU and system utilities. User inputs like VM names are sanitized. Image downloads use checksum verification. SSH connectivity is local to the host (127.0.0.1). A minor risk exists if `SSH_USER` (configurable via `nido config set`) is maliciously set with shell commands, as it is directly used in `ssh` commands. However, `ssh` itself has internal safeguards against arbitrary command injection in username fields, and setting this requires local administrative privileges.
Similar Servers
sudocode
Git-native spec and issue management for AI-assisted software development, enabling agents to track context, manage tasks, and collaborate through structured workflows and feedback loops within a version-controlled repository. It provides agent orchestration, context persistence, and real-time visualization for complex, long-horizon software development tasks.
2ly
Skilder is an infrastructure layer for AI agent tooling, providing a private tool registry and embedded runtimes for integrating with various agent frameworks and custom tools.
mcp-server
This service allows AI agents and assistants to fetch documentation for Nebius services and execute Nebius CLI commands through the Model Context Protocol.
ai-tools-flake
Unified Nix flake for configuring AI tools, MCP servers, and AI agents across Claude Code, OpenCode, and other platforms.