← Back to Plugins
MCP Server MCP

io.github.rafaelgaspar/longhorn-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "longhorn-mcp",
      "version": "0.1.6",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Base URL of the Longhorn manager API.",
          "format": "string",
          "default": "http://longhorn-backend.longhorn-system.svc.cluster.local:9500",
          "type": "named",
          "name": "--longhorn-url"
        },
        {
          "description": "Register only read tools; the client also refuses any non-GET request.",
          "type": "named",
          "name": "--read-only"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...