Skip to content

Instantly share code, notes, and snippets.

@imhalawa
Last active August 25, 2026 21:52
Show Gist options
  • Select an option

  • Save imhalawa/76609e19d8713a314f024d329bf40ee3 to your computer and use it in GitHub Desktop.

Select an option

Save imhalawa/76609e19d8713a314f024d329bf40ee3 to your computer and use it in GitHub Desktop.
How to Connect Dropbox MCP to DeepSeek Harness

Connect Dropbox MCP to DeepSeek Harness

DeepSeek Harness

  1. Edit ~/.dsh/profiles/web/cordis.patch.yml:

    - insert:
        - id: dropbox-mcp
          name: '@deepseek-ai/dsh-mcp-client'
          config:
            serverName: dropbox
            transport: stdio
            command: npx
            args: [-y, mcp-remote, 'https://mcp.dropbox.com/mcp']
            cwd: !!js process.cwd()
            failOnStartupError: true
  2. Restart DSH.

  3. Complete the Dropbox sign-in and consent page that opens.

  4. Verify it: ask DSH to list your Dropbox root folder.

  5. To remove it, delete the dropbox-mcp entry, restart DSH, and revoke access in Dropbox’s connected-app settings if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment