Octofs for Zed
io.github.muvon/octofs
Standalone MCP filesystem tools server — view, edit, shell, workdir.
client:Zed
transport:stdio
runtime:npm
Install Octofs in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"octofs": {
"command": "npx",
"args": [
"-y",
"@muvon/octofs"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs