Incus
БесплатноНе проверенMCP server for managing Incus containers and VMs via the incus CLI. Supports operations on remotes, instances, images, networks, storage, profiles, projects, an
Описание
MCP server for managing Incus containers and VMs via the incus CLI. Supports operations on remotes, instances, images, networks, storage, profiles, projects, and snapshots.
README
MCP server for managing Incus containers and VMs via the incus CLI. The server reads your existing incus remote configuration and exposes tools for remotes, instances, images, networks, storage, profiles, projects, and snapshots.
Setup
- Install dependencies:
bun install
- Start the server:
bun run src/index.ts
Scripts
bun run start- start the MCP serverbun run build- create a standalone binary indist/bun run type-check- run TypeScript type checkingbun run lint- lint the codebase with Biomebun run format- format source files with Biome
Tools
Tool names are registered with underscores (some MCP clients may display them with hyphens).
- Remotes:
remote_list,remote_get_default,remote_set_default,remote_add - Instances:
instance_list,instance_info,instance_logs,instance_console_log,instance_launch,instance_start,instance_stop,instance_delete,instance_exec,instance_rebuild - Images:
image_list,image_info,image_delete - Networks:
network_list,network_info,network_create,network_delete - Storage:
storage_pool_list,storage_pool_info,storage_volume_list,storage_volume_info,storage_volume_create,storage_volume_delete - Profiles:
profile_list,profile_info,profile_create,profile_edit,profile_delete - Projects:
project_list,project_info,project_create,project_delete - Snapshots:
snapshot_list,snapshot_create,snapshot_restore,snapshot_delete
Claude Desktop / Claude Code
Example configuration (update the path as needed):
{
"mcpServers": {
"incus": {
"command": "bun",
"args": ["run", "/absolute/path/to/incus-mcp/src/index.ts"],
"env": {}
}
}
}
Установка Incus
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/nikkomiu/incus-mcpFAQ
Incus MCP бесплатный?
Да, Incus MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Incus?
Нет, Incus работает без API-ключей и переменных окружения.
Incus — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Incus в Claude Desktop, Claude Code или Cursor?
Открой Incus на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Incus with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
