File storage API MCP Config
Welcome to the File Storage API. You can use this API to access all File Storage API endpoints. ## Base URL The base URL for all API requests is `https://unify.apideck.com` We also provide a [Mock API](https://developers.apideck.com/mock-api) that can be used for testing purposes: `https://mock-
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/apideck-com-file-storage.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/apideck-com-file-storage.json to fetch programmatically.
{
"mcpServers": {
"apideck-com-file-storage": {
"command": "npx",
"args": ["-y","@mcp/apideck-com-file-storage"],
"env": {
"FILE_STORAGE_API_API_KEY": "your_file_storage_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/apideck-com-file-storage.jsonEnvironment Variables
FILE_STORAGE_API_API_KEYReplace your_file_storage_api_api_key with your actual file storage api api key
Endpoints
/file-storage/drive-groupsList DriveGroups
/file-storage/drive-groupsCreate DriveGroup
/file-storage/drive-groups/{id}Get DriveGroup
/file-storage/drive-groups/{id}Delete DriveGroup
/file-storage/drive-groups/{id}Update DriveGroup
/file-storage/drivesList Drives
/file-storage/drivesCreate Drive
/file-storage/drives/{id}Get Drive
/file-storage/drives/{id}Delete Drive
/file-storage/drives/{id}Update Drive