mcpbeat Sign in

Octofs MCP Server

local only

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

Standalone MCP filesystem tools server — view, edit, shell, workdir.

Installs per day peak 506 · avg 133 · +43% w/w
a month agotoday
241
Installs / week
npm · @muvon/octofs
12
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] cli.js:1
этот файл ставится пользователю, но в репозитории его нет
Touches key and credential files src/mcp/fs/remote.rs:321
                    "Host key verification failed for {}:{}: {e}. The presented key does not match ~/.ssh/known_hosts — possible man-in-the-middle attack. If the host key legitimately changed, remove the old entry (`ssh-keygen -R '{}'`) and reconnect.",

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 octofs -- npx -y @muvon/octofs
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "octofs": {
      "args": [
        "-y",
        "@muvon/octofs"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.octofs]
command = "npx"
args = ["-y", "@muvon/octofs"]
.cursor/mcp.json
{
  "mcpServers": {
    "octofs": {
      "args": [
        "-y",
        "@muvon/octofs"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "octofs": {
      "args": [
        "-y",
        "@muvon/octofs"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Octofs

same job, measured the same way
MCP Server Filesystem
by bytedance

MCP server for filesystem access

465 installs/wk local only
Seekstone
by shaqmughal

Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.

817 installs/wk local only
I
Vulcan File Ops
by n0zer0d4y

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

92 installs/wk local only
MCP Server Cloud Fs
by nogoo9

Cloud replacement for mcp-server-filesystem — 20 tools for S3, Azure Blob, and GCS

43 installs/wk local only
MemoFS MCP Server
by memofs

Persistent memory and virtual filesystem MCP server for AI agents.

90 installs/wk answering
Omni MCP Server
by bitofacoder

All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.

56 installs/wk local only
Obsidian MCP Server
by tylern91

Filesystem-based MCP server for Obsidian vaults — read, search, and edit notes, no app required.

local only
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only

Octofs — questions

Answers built from our own checks of this server.

Why is there no uptime for Octofs?
Octofs 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 @muvon/octofs was installed 241 times last week.
How do I connect Octofs?
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 @muvon/octofs straight from npm; nothing to host, nothing to sign up for.
How many people use Octofs?
The npm package @muvon/octofs was installed 241 times in the last week. Week over week that is +43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Octofs open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 12 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.