mcpbeat Sign in

Longhorn MCP Server

by rafaelgaspar Your server? Claim it
local only

Longhorn MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 4 Sep 2026.

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

Installs per day peak 366 · avg 13
a month agotoday
55
Installs / week
npm · longhorn-mcp
0
Stars
1 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Longhorn MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add longhorn-mcp -- npx -y longhorn-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "longhorn-mcp": {
      "args": [
        "-y",
        "longhorn-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.longhorn-mcp]
command = "npx"
args = ["-y", "longhorn-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "longhorn-mcp": {
      "args": [
        "-y",
        "longhorn-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "longhorn-mcp": {
      "args": [
        "-y",
        "longhorn-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Longhorn MCP

same job, measured the same way
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

86 installs/wk local only
Gcs
by pulsemcp

MCP server for Google Cloud Storage with fine-grained tool access control.

126 installs/wk local only
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

78 installs/wk local only
HybridS3
by psyb0t

Self-hosted S3-compatible object storage server with an MCP interface for AI agents.

local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

101 installs/wk local only
Filesystem Context
by j0hanz

🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis

local only
Ms Onedrive MCP
by 0xka13b

Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph.

66 installs/wk local only
CMDOP Machine Care
by commandoperator

Read-only health and storage diagnostics for an enrolled CMDOP machine fleet.

local only

Longhorn MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Longhorn MCP?
Longhorn MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package longhorn-mcp was installed 55 times last week.
How do I connect Longhorn MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls longhorn-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Longhorn MCP?
The npm package longhorn-mcp was installed 55 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Longhorn MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.