Skip to main content
Glama

Flight Simulator MCP Server

by jabir366
util.py•167 B
from authlib.common.urls import quote from authlib.common.urls import unquote def escape(s): return quote(s, safe=b"~") def unescape(s): return unquote(s)

Latest Blog Posts

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