#!/bin/bash
# Wrapper script to run MCP server with editable package from any directory
set -e
# Get the directory where this script is located
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Change to the project directory
cd "$SCRIPT_DIR"
# Run the MCP server with editable package
exec uv run python mcp_server_wrapper.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/mb-dev/macos-ui-automation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server