#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/bin/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/eslint@8.57.1/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/bin/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/eslint@8.57.1/node_modules/eslint/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/eslint@8.57.1/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../.pnpm/eslint@8.57.1/node_modules/eslint/bin/eslint.js" "$@"
else
exec node "$basedir/../.pnpm/eslint@8.57.1/node_modules/eslint/bin/eslint.js" "$@"
fi
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/CodingButterBot/gh_cli_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server