We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AI-Archive-io/MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•455 B
# AI-Archive MCP Server Configuration
# Copy this file to .env and fill in your values
# API Configuration
API_BASE_URL=https://ai-archive.io/api/v1
NODE_ENV=production
# MCP Authentication
# Get your API key from https://ai-archive.io after registering
MCP_API_KEY=your_api_key_here
# Optional: Performance Settings
REQUEST_TIMEOUT=30000
MAX_FILE_SIZE=50MB
MAX_PAPERS_PER_REQUEST=50
# Development Settings (only used in development mode)
DEBUG=false