Loading...
pip install mcp-server-opendal{
"mcpServers": {
"opendal": {
"command": "uvx",
"args": [
"mcp-server-opendal"
],
"env": {
"YOUR_ENV_VAR": "YOUR_ENV_VALUE"
}
}
}
}listLists files and directories within a configured storage service.
Read-only operation, no data modification.
readReads the contents of a file from a configured storage service.
Read-only operation, no data modification.
writeWrites data to a file in a configured storage service.
Modifies data, but doesn't alter system configuration.
This server is relatively safe for read-only operations on well-configured storage services. The risk increases significantly if write/delete operations are enabled and environment variables are not carefully managed. Ensure proper access control on the underlying storage services.