Skip to main content
Glama

Dropbox MCP Server

manifest.json822 B
{ "name": "dbx-mcp-server", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for Dropbox integration.", "main": "build/index.js", "author": "https://github.com/amgadabdelhafez", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/amgadabdelhafez/dbx-mcp-server.git" }, "keywords": [ "dropbox", "mcp", "server", "integration" ], "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "ts-node src/index.ts", "test": "jest" }, "dependencies": { "dropbox": "^4.0.0", "express": "^4.17.1", "body-parser": "^1.19.0" }, "devDependencies": { "@types/node": "^14.14.31", "@types/jest": "^26.0.0", "typescript": "^4.1.2", "ts-node": "^10.0.0", "jest": "^26.6.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/amgadabdelhafez/dbx-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server