Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.rafaelgaspar/longhorn-mcp

NPM · LONGHORN-MCP · SCANNED AUG 26

MCP server for the Longhorn distributed storage manager API, with a --read-only mode.

Available components

+3 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 5 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to rafaelgaspar/longhorn-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 11 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability72
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 8913 tokens (~86/item across 103 items; 103 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management43
  • Stability observed for 13 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage70
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 10% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 16 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "volume_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 104 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.rafaelgaspar/longhorn-mcp server?

io.github.rafaelgaspar/longhorn-mcp runs locally as an npm package, launched with npx -y longhorn-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · longhorn-mcp

# add to Claude Code
claude mcp add rafaelgaspar-longhorn-mcp -- npx -y longhorn-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "rafaelgaspar-longhorn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "longhorn-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "rafaelgaspar-longhorn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "longhorn-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add rafaelgaspar-longhorn-mcp -- npx -y longhorn-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rafaelgaspar-longhorn-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "longhorn-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rafaelgaspar-longhorn-mcp --command npx --arg -y --arg longhorn-mcp
# ~/.hermes/config.yaml
mcp_servers:
  rafaelgaspar-longhorn-mcp:
    command: "npx"
    args: ["-y", "longhorn-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "rafaelgaspar-longhorn-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "longhorn-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add rafaelgaspar-longhorn-mcp -t stdio -c npx -a -y longhorn-mcp
// mcp.json
{
  "mcpServers": {
    "rafaelgaspar-longhorn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "longhorn-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 23 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 21 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Aug 26 +12
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → 1.00 functional
  • 14 Aug 26 0
    • Known CVEs: unverified → pass security
    • Stability: unverified → 0.03 functional
    • Dependency health: unverified → 1.00 functional
    • Package version: 0.1.3 → 0.1.6 functional
    • Package version: 0.1.3 → 0.1.5 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 26 Aug 2026 · Analysed npm/longhorn-mcp@0.1.6

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo rafaelgaspar/longhorn-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/rafaelgaspar/longhorn-mcp/.github/workflows/release.yaml@refs/tags/v0.1.6
Rekor log index 2465110262
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:9d016575fe300c72a69cdc79cec6fdea9586d27105a2d9f1cd042bc03e6968dd016ee27756063f614a7f54bc1e97dc8521e47b3e86b2c2ee1fe3e1557
Dependencies 5 packages
Packages resolved 5
Tree resolution Complete
MCP tools · 103 exposed · ~7,705 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
recurringjob_list ~46

List Longhorn recurring jobs. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/scheduling-backups-and-snapshots/

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

recurringjob_update ~179

Update an existing Longhorn recurring job. Fields you omit are left unchanged (read-merge-write under the hood — the API itself does a full replace on PUT). Lowering `retain` can prune existing snapshots/backups beyond the new limit. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/scheduling-backups-and-snapshots/

NameTypeReqDescription
concurrencyinteger
cronstring
groupsarray
labelsobject
namestringyes
parametersobject
retaininteger
taskstring

No output schema declared.

No examples provided.

setting_get ~44

Get a single Longhorn setting by name. Longhorn docs: https://longhorn.io/docs/1.12.1/references/settings/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

setting_list ~35

List all Longhorn global settings. Longhorn docs: https://longhorn.io/docs/1.12.1/references/settings/

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

setting_update ~104

Update a Longhorn global setting value. Some settings (Longhorn's own "Danger Zone" category) affect every volume in the cluster. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/references/settings/

NameTypeReqDescription
namestringyes
valuestringyes

No output schema declared.

No examples provided.

shard_get ~49

Get a single shard by id. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/v2-data-engine/sharding/

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

shard_list ~52

List erasure-coded shards backing V2 data engine sharded volumes (experimental feature). Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/v2-data-engine/sharding/

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

shardgroup_get ~51

Get a single shard group by id. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/v2-data-engine/sharding/

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

shardgroup_list ~60

List shard groups (erasure-coding sets of shards) backing V2 data engine sharded volumes (experimental feature). Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/v2-data-engine/sharding/

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

snapshot_get ~61

Get a single snapshot by id (plain read-only GET — available in --read-only mode). Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

snapshot_list ~54

List all snapshots across all volumes (plain read-only GET — available in --read-only mode). Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

supportbundle_get ~47

Get a single support bundle by id. Longhorn docs: https://longhorn.io/docs/1.12.1/troubleshoot/support-bundle/

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

supportbundle_list ~39

List generated Longhorn support bundles. Longhorn docs: https://longhorn.io/docs/1.12.1/troubleshoot/support-bundle/

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

systembackup_create ~50

Create a new Longhorn system backup. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/system-backup-restore/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

systembackup_delete ~83

Delete a Longhorn system backup. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/system-backup-restore/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

systembackup_get ~50

Get a single system backup by name. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/system-backup-restore/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

systembackup_list ~41

List Longhorn system backups. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/system-backup-restore/

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

systemrestore_create ~101

Restore the Longhorn system from a system backup — restores cluster-wide Longhorn state. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/system-backup-restore/

NameTypeReqDescription
namestringyes
systemBackupstringyes

No output schema declared.

No examples provided.

systemrestore_delete ~84

Delete a Longhorn system restore record. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/system-backup-restore/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

systemrestore_get ~50

Get a single system restore by name. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/system-backup-restore/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

systemrestore_list ~42

List Longhorn system restore operations. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/system-backup-restore/

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

volume_activate ~60

Activate a standby (DR) volume. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-disaster-recovery-volumes/

NameTypeReqDescription
frontendstring
namestringyes

No output schema declared.

No examples provided.

volume_attach ~96

Attach a volume to a node. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
attachedBystring
attacherTypestring
attachmentIDstring
disableFrontendboolean
hostIdstringyesNode name to attach to.
namestringyes

No output schema declared.

No examples provided.

volume_cancel_expansion ~52

Cancel an in-progress volume expansion. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

volume_create ~192

Create a new Longhorn volume. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
accessModestring"rwo" or "rwx".
backingImagestring
dataLocalitystring
diskSelectorarray
extraobjectAdditional Longhorn fields not covered by the named parameters above, merged verbatim into the request body.
fromBackupstringBackup URL to restore from.
frontendstringe.g. "blockdev" or "iscsi".
namestringyes
nodeSelectorarray
numberOfReplicasintegeryes
sizestringyesBytes, or a size string like "10Gi".
staleReplicaTimeoutinteger

No output schema declared.

No examples provided.

volume_delete ~83

Delete a Longhorn volume. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

volume_detach ~123

Detach a volume. `forceDetach: true` risks data corruption if the volume is mid-write. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
attachmentIDstring
forceDetachboolean
hostIdstring
namestringyes

No output schema declared.

No examples provided.

volume_engine_upgrade ~110

Upgrade the engine image used by a volume. `image` is not validated against a known-good list — a bad image can make the volume inoperable. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/deploy/upgrade/

NameTypeReqDescription
imagestringyes
namestringyes

No output schema declared.

No examples provided.

volume_expand ~58

Expand a volume to a new size. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
namestringyes
sizestringyes

No output schema declared.

No examples provided.

volume_get ~52

Get a single Longhorn volume by name. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

volume_list ~42

List all Longhorn volumes. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

volume_pv_create ~98

Create a Kubernetes PersistentVolume backed by this Longhorn volume. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
fsTypestring
namestringyes
pvNamestring
secretNamestring
secretNamespacestring
storageClassNamestring

No output schema declared.

No examples provided.

volume_pvc_create ~75

Create a Kubernetes PersistentVolumeClaim bound to this Longhorn volume's PV. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
namestringyes
namespacestring
pvcNamestring

No output schema declared.

No examples provided.

volume_recurring_job_add ~78

Attach a recurring job (or job group) to a volume. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/scheduling-backups-and-snapshots/

NameTypeReqDescription
isGroupboolean
jobNamestringyes
namestringyes

No output schema declared.

No examples provided.

volume_recurring_job_delete ~125

Detach a recurring job (or job group) from a volume — this can remove the volume's only backup/snapshot schedule. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/scheduling-backups-and-snapshots/

NameTypeReqDescription
isGroupboolean
jobNamestringyes
namestringyes

No output schema declared.

No examples provided.

volume_recurring_job_list ~57

List recurring jobs attached to a volume. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/scheduling-backups-and-snapshots/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

volume_replica_remove ~95

Remove a specific replica from a volume. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
namestringyes
replicaNamestringyes

No output schema declared.

No examples provided.

volume_salvage ~103

Salvage a volume from a list of (potentially stale) replica names. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
namestringyes
replicaNamesarrayyes

No output schema declared.

No examples provided.

volume_snapshot_backup ~75

Create a backup from a volume snapshot. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/backup-and-restore/

NameTypeReqDescription
backupModestring
labelsobject
namestringyes
snapshotNamestring

No output schema declared.

No examples provided.

volume_snapshot_cr_create ~79

Create a snapshot via the newer VolumeSnapshot CRD-backed action (equivalent to volume_snapshot_create). Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
labelsobject
namestringyes
snapshotNamestring

No output schema declared.

No examples provided.

volume_snapshot_cr_delete ~96

Delete a CRD-backed snapshot for a volume. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
namestringyes
snapshotNamestringyes

No output schema declared.

No examples provided.

volume_snapshot_cr_get ~62

Get one CRD-backed snapshot for a volume. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
namestringyes
snapshotNamestringyes

No output schema declared.

No examples provided.

volume_snapshot_cr_list ~53

List CRD-backed snapshots for a volume. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

volume_snapshot_create ~73

Create a snapshot of a volume. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
backupModestring
labelsobject
namestringyes
snapshotNamestring

No output schema declared.

No examples provided.

volume_snapshot_delete ~92

Delete a snapshot of a volume. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
namestringyes
snapshotNamestringyes

No output schema declared.

No examples provided.

volume_snapshot_get ~77

Get one snapshot of a volume via the volume-scoped action (requires write access — use snapshot_get for read-only introspection). Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
namestringyes
snapshotNamestringyes

No output schema declared.

No examples provided.

volume_snapshot_list ~68

List snapshots for a volume via the volume-scoped action (requires write access — use snapshot_list for read-only introspection). Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

volume_snapshot_purge ~86

Purge removed snapshots of a volume. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

volume_snapshot_revert ~101

Revert a volume to a snapshot, discarding all changes made since. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/setup-a-snapshot/

NameTypeReqDescription
namestringyes
snapshotNamestringyes

No output schema declared.

No examples provided.

volume_trim_filesystem ~52

Trim the filesystem on a volume. Longhorn docs: https://longhorn.io/docs/1.12.1/nodes-and-volumes/volumes/create-volumes/

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

Common questions

What is the io.github.rafaelgaspar/longhorn-mcp server?

io.github.rafaelgaspar/longhorn-mcp is listed in the public MCP registry as io.github.rafaelgaspar/longhorn-mcp. MCP server for the Longhorn distributed storage manager API, with a --read-only mode. This page covers its npm package (longhorn-mcp).

Is the io.github.rafaelgaspar/longhorn-mcp server safe to use?

io.github.rafaelgaspar/longhorn-mcp scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 August 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.rafaelgaspar/longhorn-mcp server expose?

io.github.rafaelgaspar/longhorn-mcp exposes 103 tools: volume_list, volume_get, volume_create, volume_delete, volume_attach, and 98 more. Their descriptions and schemas cost roughly 7,705 tokens of context every time the server is loaded.

Is the io.github.rafaelgaspar/longhorn-mcp server still maintained?

io.github.rafaelgaspar/longhorn-mcp is still listed as active in the MCP registry. We last reached this channel on 26 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.rafaelgaspar/longhorn-mcp server under?

io.github.rafaelgaspar/longhorn-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.