Skip to main content
Glama

GitHub CLI MCP Server

nodemon1.23 kB
#!/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/nodemon@3.1.10/node_modules/nodemon/bin/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/nodemon@3.1.10/node_modules/nodemon/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/nodemon@3.1.10/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/node_modules" else export NODE_PATH="/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/nodemon@3.1.10/node_modules/nodemon/bin/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/nodemon@3.1.10/node_modules/nodemon/node_modules:/home/codingbutter/gh_cli_mcp/node_modules/.pnpm/nodemon@3.1.10/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/nodemon@3.1.10/node_modules/nodemon/bin/nodemon.js" "$@" else exec node "$basedir/../.pnpm/nodemon@3.1.10/node_modules/nodemon/bin/nodemon.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