Skip to main content
Glama
mcp-run508 B
#! /bin/bash # Get the directory where this script is located SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Load environment variables from .env file in the script directory if [ -f "$SCRIPT_DIR/.env" ]; then source "$SCRIPT_DIR/.env" fi # Load environment variables from .env file if [ -f ".env" ]; then source .env fi # Check if arguments were provided if [ $# -eq 0 ]; then echo "Error: No command specified." echo "Usage: $0 command [args...]" exit 1 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/magarcia/mcp-server-linearapp'

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