Skip to main content
Glama
setup.sh536 B
#!/bin/bash # Setup script for the Flight Search MCP TypeScript project echo "Setting up Flight Search MCP (TypeScript)..." # Install dependencies echo "Installing dependencies..." npm install # Build the project echo "Building the project..." npm run build echo "Setup complete!" echo "" echo "To start the server, run: npm start" echo "To publish to Smithery, run: npx @smithery/cli publish" echo "To run on Smithery, run: npx @smithery/cli run @your-username/flights-mcp-ts --config '{\"duffelApiKey\":\"your_duffel_api_key\"}'"

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/AkekaratP/flights-mcp-ts'

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