Octofs MCP Server

Give your AI assistant filesystem superpowers Standalone Rust binary that exposes filesystem tools over the Model Context Protocol. Built on rmcp 3.x, tokio, and axum. It runs locally over stdio via the published package.

People who work with command line utilities, developer tools and filesystem and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-09 · ★ 12 · #3 OF 41 MAINTAINED FILESYSTEM · VERIFIED 2026-09-18

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Octofs

Claude Code

claude mcp add muvon-octofs -- npx -y @muvon/octofs

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "muvon-octofs": {
      "command": "npx",
      "args": [
        "-y",
        "@muvon/octofs"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · Claude Desktop extension (.mcpb bundle)

license Apache-2.0 - declared in the repository

npm package @muvon/octofs - published under the repo owner's npm scope (@muvon)

registry namespace io.github.Muvon is GitHub-verified and matches the repo owner

03 · What Octofs can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

0.15.6 · 2026-09-09

Release Summary · This release improves shell command handling by allowing safe read-only sed and awk checks and providing clearer feedback when commands are blocked (8fe1a82a, 48f7b65c). It also improves filesystem…

0.15.5 · 2026-09-09

Release Summary · Improved text editing to preserve existing line endings during insertions and edits, including restoring CRLF formatting where applicable (8ead8352, b1c23841, e21c21fb). · Bug Fixes & Stability…

0.15.4 · 2026-09-08

Release Summary · Improved existing edit functionality by supporting more flexible input formats, making file modifications easier to perform reliably (81a2b60f). · Bug Fixes & Stability · normalize flexible edit…

04 · Who maintains Octofs

Octofs is maintained by muvon. We track 3 MCP servers from muvon - 3 actively maintained, 500 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from muvon.

  1. Octocode AI-powered code indexer with semantic search and knowledge graphs ★ 475
  2. Octobrain Persistent memory for AI assistants with semantic search and knowledge graph relationships. ★ 13

05 · Facts

category
filesystem - ranked #3 of 41 actively-maintained filesystem servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-09)
registry
io.github.Muvon/octofs (active, first published 2026-03-15 · 26 versions)
packages
npm:@muvon/octofs · mcpb:https://github.com/Muvon/octofs/releases/download/0.15.6/octofs-0.15.6-aarch64-apple-darwin.mcpb · mcpb:https://github.com/Muvon/octofs/releases/download/0.15.6/octofs-0.15.6-aarch64-pc-windows-msvc.mcpb · mcpb:https://github.com/Muvon/octofs/releases/download/0.15.6/octofs-0.15.6-aarch64-unknown-linux-musl.mcpb · mcpb:https://github.com/Muvon/octofs/releases/download/0.15.6/octofs-0.15.6-x86_64-apple-darwin.mcpb · mcpb:https://github.com/Muvon/octofs/releases/download/0.15.6/octofs-0.15.6-x86_64-pc-windows-msvc.mcpb · mcpb:https://github.com/Muvon/octofs/releases/download/0.15.6/octofs-0.15.6-x86_64-unknown-linux-musl.mcpb

06 · Octofs FAQ

What is Octofs?

Give your AI assistant filesystem superpowers Standalone Rust binary that exposes filesystem tools over the Model Context Protocol. Built on rmcp 3.x, tokio, and axum. It runs locally over stdio via the published package.

Is Octofs still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-09 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Octofs?

Run `npx -y @muvon/octofs`. You can also paste the ready-made client config above.

Does Octofs run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Octofs