Standalone MCP filesystem tools server — view, edit, shell, workdir.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @muvon/octofs
MCP client config
{
"mcpServers": {
"octofs": {
"command": "npx",
"args": [
"-y",
"@muvon/octofs"
]
}
}
}Distributed as an MCP bundle (`https://github.com/Muvon/octofs/releases/download/0.15.3/octofs-0.15.3-aarch64-apple-darwin.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/Muvon/octofs/releases/download/0.15.3/octofs-0.15.3-aarch64-pc-windows-msvc.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/Muvon/octofs/releases/download/0.15.3/octofs-0.15.3-aarch64-unknown-linux-musl.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/Muvon/octofs/releases/download/0.15.3/octofs-0.15.3-x86_64-apple-darwin.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/Muvon/octofs/releases/download/0.15.3/octofs-0.15.3-x86_64-pc-windows-msvc.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/Muvon/octofs/releases/download/0.15.3/octofs-0.15.3-x86_64-unknown-linux-musl.mcpb`) — download it and import the bundle in your MCP client.