#!/bin/bash
# Simple script to start a single MCP server
# Usage: ./start.sh [server_script] [port]
SERVER_SCRIPT=${1:-"server.js"}
PORT=${2:-3000}
export NODE_ENV=development
export PORT=$PORT
echo "Starting $SERVER_SCRIPT on port $PORT..."
# Start the server in foreground
node $SERVER_SCRIPT
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/caiovicentino/mcpGOTAS'
If you have feedback or need assistance with the MCP directory API, please join our Discord server