🪺 Nido: The Arcade Console for AI Agents. Fast, local VM orchestration (QEMU/KVM) with MCP Server support. 80s aesthetics included.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nido": {
"command": "go",
"args": [
"run",
"github.com/Josepavese/nido@latest"
]
}
}
}
Run in terminal:
claude mcp add nido go run github.com/Josepavese/nido@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"nido": {
"command": "go",
"args": [
"run",
"github.com/Josepavese/nido@latest"
]
}
}
}