Skip to content
VS Code

Octofs for VS Code

io.github.muvon/octofs

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

client:VS Code transport:stdio runtime:npm

Install Octofs in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Octofs in other clients