Octofs for Cursor
io.github.muvon/octofs
Standalone MCP filesystem tools server — view, edit, shell, workdir.
client:Cursor
transport:stdio
runtime:npm
Install Octofs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"octofs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@muvon/octofs"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs