#!/bin/bash
# Reset tokens script for Dropbox MCP Server
# This script resets the tokens file with the current encryption key
# Use this if you encounter decryption errors when starting the server
echo "Resetting Dropbox MCP Server tokens..."
node build/src/reset-tokens.js
echo ""
echo "After running this script, you may need to re-authorize the application"
echo "when you next start the server."
echo ""
echo "To start the server, run: npm start"
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