MCP Sandbox Computer VM for AI
Rank #10,754io.github.flujo-app/mcp-sandbox-computer-vm-for-ai
Named Docker and Fly Machine sandbox computers with an interactive MCP App dashboard.
MCP Sandbox Computer VM for AI is a Model Context Protocol (MCP) server published by flujo-app. It ranks #10,754 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. MCP Sandbox Computer VM for AI is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 12, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 104,837 of 115,591 servers on MCP Toplist.
Use MCP Sandbox Computer VM for AI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-sandbox-computer-vm-for-ai -- uvx mcp-sandbox-computer-vm-for-ai[mcp_servers.mcp-sandbox-computer-vm-for-ai]
command = "uvx"
args = ["mcp-sandbox-computer-vm-for-ai"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-sandbox-computer-vm-for-ai": {
"command": "uvx",
"args": [
"mcp-sandbox-computer-vm-for-ai"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-sandbox-computer-vm-for-ai": {
"command": "uvx",
"args": [
"mcp-sandbox-computer-vm-for-ai"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-sandbox-computer-vm-for-ai": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-sandbox-computer-vm-for-ai"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-sandbox-computer-vm-for-ai": {
"command": "uvx",
"args": [
"mcp-sandbox-computer-vm-for-ai"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-sandbox-computer-vm-for-ai": {
"command": "uvx",
"args": [
"mcp-sandbox-computer-vm-for-ai"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.flujo-app%2Fmcp-sandbox-computer-vm-for-ai)<a href="https://mcptoplist.com/server/io.github.flujo-app%2Fmcp-sandbox-computer-vm-for-ai"><img src="https://mcptoplist.com/badge/io.github.flujo-app%2Fmcp-sandbox-computer-vm-for-ai.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
flujo-app
Other servers by flujo-app
- MCP VS Code#7,457 · 5 vers
- MCP Audio Studio#16,159 · 2 vers
- MCP CAD Studio#16,613 · 2 vers
- mcp-gmail-oauth#52,212
Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Aug 12, 2026 |
Frequently asked questions
- Who maintains MCP Sandbox Computer VM for AI?
- MCP Sandbox Computer VM for AI is maintained by flujo-app, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is MCP Sandbox Computer VM for AI listed on the Official MCP Registry?
- Yes — MCP Sandbox Computer VM for AI is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP Sandbox Computer VM for AI have?
- MCP Toplist tracks 1 version of MCP Sandbox Computer VM for AI, most recently published on Aug 12, 2026.
- Where can I find the source code for MCP Sandbox Computer VM for AI?
- The source code for MCP Sandbox Computer VM for AI is hosted at github.com/flujo-app/mcp-sandbox-computer-vm-for-ai.