#!/bin/bash
# Load nvm and use the correct Node version
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh" > /dev/null 2>&1
# Change to the project directory
cd "$(dirname "$0")"
# Use the Node version specified in .nvmrc (suppress output)
nvm use > /dev/null 2>&1
# Run mcp-remote with npx using the correct Node version
exec npx mcp-remote "$1"
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/leafsicle/muni-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server