Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Agent VM

БесплатноНе проверен

Container-based runtime with an embedded MCP resolver providing sandboxed filesystem and shell access for AI agents.

GitHubEmbed

Описание

Container-based runtime with an embedded MCP resolver providing sandboxed filesystem and shell access for AI agents.

README

A container-based runtime for AI agents with an embedded MCP (Model Context Protocol) resolver. Agent VM gives your agent a sandboxed Linux environment with filesystem and shell access exposed through a standard MCP interface.

Quick Start

Build the base image

docker build -f images/base/Dockerfile -t agent-vm-base .

Run a container

# Interactive shell with workspace mount
docker run -it --rm -p 7777:7777 -v $(pwd)/my-project:/workspace agent-vm-base

# Detached — MCP resolver only
docker run -d --rm -p 7777:7777 -v $(pwd)/my-project:/workspace agent-vm-base sleep infinity

Verify the resolver is running

curl http://localhost:7777/health
# {"status":"ok"}

Connect an MCP client

The resolver speaks MCP Streamable HTTP. Point any compatible client at:

http://localhost:7777/mcp

See the MCP Resolver documentation for protocol details and tool reference.

Using Pre-built Images

docker pull ghcr.io/sean-lai-sh/agent-vm-base:latest

Documentation

Python SDK

For provisioning and managing Agent VMs programmatically, see agent-vm-sdk.

License

MIT

from github.com/sean-lai-sh/agent-vm

Установка Agent VM

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/sean-lai-sh/agent-vm

FAQ

Agent VM MCP бесплатный?

Да, Agent VM MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Agent VM?

Нет, Agent VM работает без API-ключей и переменных окружения.

Agent VM — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Agent VM в Claude Desktop, Claude Code или Cursor?

Открой Agent VM на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Agent VM with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai