MCP Server
MCP
io.github.rafaelgaspar/longhorn-mcp
MCP server for the Longhorn distributed storage manager API, with a --read-only mode.
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
By
Comments
Sign in to leave a comment