Skip to main content
Glama
run.sh326 B
#!/bin/sh # STDIO mode startup script - suitable for local tool integration set -e # Change to script directory cd "$(dirname "$0")" # Check if node_modules exists if [ ! -d "node_modules" ]; then echo "Dependencies not found. Installing..." >&2 npm install --prefix . fi # Start STDIO mode MCP server node server.js

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/gigachadtrey/websimm'

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