#!/bin/bash
# Wrapper script to run the DaVinci Resolve MCP Server with the virtual environment
# Source environment variables if not already set
if [ -z "$RESOLVE_SCRIPT_API" ]; then
source "/Users/samuelgursky/.zshrc"
fi
# Activate virtual environment and run server
"/Users/samuelgursky/davinci-resolve-mcp-20250326/scripts/venv/bin/python" "/Users/samuelgursky/davinci-resolve-mcp-20250326/scripts/resolve_mcp_server.py" "$@"
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/samuelgursky/davinci-resolve-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server