#!/bin/bash
# Build the project if needed
if [ ! -d "./build" ] || [ ! -f "./build/index.js" ]; then
echo "Building project..."
npm run build
fi
# Run the MCP server
echo "Starting Mac Shell MCP Server..."
node build/index.js
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/cfdude/mac-shell-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server