Skip to main content
Glama
mcp-umbrella-wrapper.sh710 B
#!/bin/bash # MCP Umbrella Wrapper Script # This script handles pre-authentication for the MCP server export NODE_TLS_REJECT_UNAUTHORIZED=0 # Check if we have a cached token TOKEN_FILE="$HOME/.mcp-umbrella-token" if [ -f "$TOKEN_FILE" ]; then # Token exists, try to use it exec npx mcp-remote https://mcp.umbrellacost.io:3443 else # No token, need to authenticate echo "First-time setup: Please complete OAuth authentication in your browser" >&2 echo "Username: david+saola@umbrellacost.io or david+allcloud@umbrellacost.io" >&2 echo "Password: Check your credentials" >&2 # Run mcp-remote which will handle OAuth exec npx mcp-remote https://mcp.umbrellacost.io:3443 fi

Latest Blog Posts

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/daviddraiumbrella/invoice-monitoring'

If you have feedback or need assistance with the MCP directory API, please join our Discord server