Skip to main content
Glama

Dropbox MCP Server

smithery.yaml677 B
# Smithery.ai configuration version: 1 build: dockerfile: Dockerfile context: . startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: "object" properties: logLevel: type: "string" enum: ["error", "warn", "info", "debug"] default: "info" description: "Logging level" additionalProperties: false commandFunction: | (config) => ({ "command": "node", "args": [ "build/src/index.js" ], "env": { "NODE_ENV": "production", "LOG_LEVEL": config.logLevel || "info", "HEALTH_CHECK_PORT": "8080" } })

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/Albiemark/dbx-mcp-server'

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