Back to MCP Servers
Filestash
Remote Storage Access: SFTP, S3, FTP, SMB, NFS, WebDAV, GIT, FTPS, gcloud, azure blob, sharepoint, etc.
file-systemsazurerag
Installation
npx -y filestashConfiguration
{
"mcpServers": {
"filestash": {
"command": "npx",
"args": ["-y", "filestash"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes