We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amilcar-laniakea/mcp-auto-post-astro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# GitHub Configuration
GITHUB_TOKEN=ghp_your_github_personal_access_token
GITHUB_OWNER=your-github-username
GITHUB_REPO=your-astro-blog-repo
GITHUB_BRANCH=main
# API Security
API_SECRET_KEY=your-secure-random-string-min-32-chars
MCP_PORT=3000
# Optional: Vercel Webhook (para rebuild automático)
DEPLOY_HOOK=https://api.vercel.com/v1/integrations/deploy/...
# Node Environment
NODE_ENV=production