Skip to main content
Glama

Personal MCP Server

by pablicio
check_env.py627 B
#!/usr/bin/env python3 """ ✅ Verificação final do .env """ print("🔍 Verificando arquivo .env...") print() with open(".env", "r", encoding="utf-8") as f: for line in f: if "ALLOWED_DIRECTORIES=" in line and not line.strip().startswith("#"): print(f"Encontrado: {line.strip()}") if "\\" in line: print("❌ AINDA TEM BARRAS INVERTIDAS!") print("Execute: python fix_env.py") else: print("✅ Formato correto!") print() print("Execute agora: python test_env.py") 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/pablicio/my-mcp'

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