We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wx-b/long-context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
envvars_query.txt•321 B
Return a JSON array of unique environment variable names (strings) read in rlm_mcp_server/**/*.py via:
- os.getenv("NAME", ...)
- os.environ.get("NAME", ...)
- os.environ["NAME"]
Rules:
- Output MUST be raw JSON only (no markdown, no prose).
- Do not include env vars that are only written/set; only those that are read.