# Read API key from .env
with open('.env', 'r') as f:
for line in f:
if line.startswith('YOU_API_KEY='):
raw_key = line.split('=', 1)[1].strip()
# Remove quotes if present
clean_key = raw_key.strip("'\"")
print(f"Raw key: {raw_key[:40]}")
print(f"Clean key: {clean_key[:40]}")
print(f"First char raw: {repr(raw_key[0])}")
print(f"First char clean: {repr(clean_key[0])}")
break
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/db-nethra/mcp-youdotcom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server