
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
@microagents/mcp-server-dropbox
Advanced tools
MCP (Model Context Protocol) server implementation for Dropbox API.
This server provides the following tools:
copy_file
from_path
(string): Source file path in Dropboxto_path
(string): Destination path in Dropboxautorename
(optional boolean): Auto rename if conflict existsallow_ownership_transfer
(optional boolean): Allow transfer of ownershipdelete_file
path
(string): Path of the file to deletemove_file
from_path
(string): Current file pathto_path
(string): New file pathautorename
(optional boolean): Auto rename if conflict existsallow_ownership_transfer
(optional boolean): Allow transfer of ownershipupload_file
path
(string): Path where to save the filefile
(object): File content in base64 formatautorename
(optional boolean): Auto rename if conflict existsmute
(optional boolean): Suppress user notificationsstrict_conflict
(optional boolean): Strict conflict checkingcreate_folder
path
(string): Path for the new folderautorename
(optional boolean): Auto rename if conflict existsdelete_folder
path
(string): Path of the folder to deletelist_folder
path
(string): Folder path to listrecursive
(optional boolean): List contents recursivelylimit
(optional number): Maximum number of resultsmove_folder
from_path
(string): Current folder pathto_path
(string): New folder pathautorename
(optional boolean): Auto rename if conflict existsallow_ownership_transfer
(optional boolean): Allow transfer of ownershipsearch
query
(string): Search querypath
(optional string): Path to search inmax_results
(optional number): Maximum results to returnorder_by
(optional string): Sort orderfile_status
(optional string): Filter by file statusfilename_only
(optional boolean): Search in filenames onlyfile_extensions
(optional string): Filter by file extensionsfile_categories
(optional string): Filter by file categoriesaccount_id
(optional string): Filter by account IDget_file_link
path
(string): Path of the fileThe following environment variables are required:
DROPBOX_ACCESS_TOKEN
: OAuth2 access token for Dropbox API authenticationThis project is licensed under the MIT License - see the LICENSE file for details.
FAQs
MCP server for dropbox API
We found that @microagents/mcp-server-dropbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.