Skip to main content
Glama

Flight Simulator MCP Server

by jabir366
  • Apple
run_claude.sh•515 B
#!/bin/bash # MCP Server runner for Claude Desktop # NO output to stdout - only JSON-RPC allowed cd "$(dirname "$0")" 2>/dev/null # Clear environment unset VIRTUAL_ENV 2>/dev/null # Add UV to PATH export PATH="$HOME/.local/bin:$PATH" # Create venv if needed (silent) [ ! -d ".venv" ] && uv venv >/dev/null 2>&1 # Install dependencies (silent) uv pip install -r requirements.txt >/dev/null 2>&1 # Run server - only JSON-RPC goes to stdout exec uv run --python .venv/bin/python python src/server.py 2>/dev/null

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/jabir366/MCPFligh'

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