Skip to main content
Glama
nikkomiu
by nikkomiu

Incus MCP Server

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

  1. Install dependencies:

bun install
  1. Start the server:

bun run src/index.ts

Related MCP server: mcp-proxmox

Scripts

  • bun run start - start the MCP server

  • bun run build - create a standalone binary in dist/

  • bun run type-check - run TypeScript type checking

  • bun run lint - lint the codebase with Biome

  • bun 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": {}
    }
  }
}

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    An MCP server for managing Incus virtual machines through structured tools for command execution, file management, and snapshot operations. It enables AI agents to puppeteer VMs on a masternode by wrapping the Incus CLI.
    9
    -
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for managing Proxmox VE clusters — provision VMs and containers, manage snapshots and backups, execute commands, browse storage, and monitor resources through natural language
    34
    14
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for Proxmox VE and Proxmox Datacenter Manager, covering every API endpoint via six consolidated tools for list, describe, and call operations with a read-only safety gate.
    6
    31
    1
    AGPL 3.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for managing Proxmox VE virtualization infrastructure, providing tools for VMs, containers, snapshots, storage, cluster nodes, and tasks. Compatible with Claude Desktop, Cline, and other MCP clients via natural language.
    100
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikkomiu/incus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server