Back to MCP Servers
Server Opendal
Access any storage with Apache OpenDAL™
file-systemsrag
By Xuanwo
Installation
npx -y mcp-server-opendalConfiguration
{
"mcpServers": {
"mcp-server-opendal": {
"command": "npx",
"args": ["-y", "mcp-server-opendal"]
}
}
}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