Incus Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Incus Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
bun installbun run src/index.tsbun run start - start the MCP serverbun run build - create a standalone binary in dist/bun run type-check - run TypeScript type checkingbun run lint - lint the codebase with Biomebun run format - format source files with BiomeTool names are registered with underscores (some MCP clients may display them with hyphens).
remote_list, remote_get_default, remote_set_default, remote_addinstance_list, instance_info, instance_logs, instance_console_log, instance_launch, instance_start, instance_stop, instance_delete, instance_exec, instance_rebuildimage_list, image_info, image_deletenetwork_list, network_info, network_create, network_deletestorage_pool_list, storage_pool_info, storage_volume_list, storage_volume_info, storage_volume_create, storage_volume_deleteprofile_list, profile_info, profile_create, profile_edit, profile_deleteproject_list, project_info, project_create, project_deletesnapshot_list, snapshot_create, snapshot_restore, snapshot_deleteExample configuration (update the path as needed):
{
"mcpServers": {
"incus": {
"command": "bun",
"args": ["run", "/absolute/path/to/incus-mcp/src/index.ts"],
"env": {}
}
}
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.